浏览代码

Signed-off-by: ljx <809268652@qq.com>

ljx 2 年之前
父节点
当前提交
5fa83dbe18
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ruoyi-system/src/main/resources/mapper/system/ContractTableMapper.xml

+ 1 - 1
ruoyi-system/src/main/resources/mapper/system/ContractTableMapper.xml

@@ -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>