姜永辉 1 год назад
Родитель
Сommit
8b65d0bea0
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/main/java/com/dk/mdm/mapper/common/CommonMapper.xml

+ 2 - 2
src/main/java/com/dk/mdm/mapper/common/CommonMapper.xml

@@ -10,8 +10,8 @@
         <if test="flgValid != null">
             and flg_valid = #{flgValid}
         </if>
-        <if test="ftyId != null">
-            and fty_id = #{ftyId}
+        <if test="cpId != null">
+            and cp_id = #{cpId}
         </if>
         <if test="otherCond">
             and ${otherCond}