@@ -43,7 +43,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectContractTableByCode" parameterType="String" resultMap="ContractTableResult">
<include refid="selectContractTableVo"/>
- where dCode = #{dCode}
+ where d_code = #{dCode}
</select>