ソースを参照

加入 标准ID

wuxw 3 年 前
コミット
e647473842
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      java110-db/src/main/resources/mapper/community/MaintainanceItemV1ServiceDaoImplMapper.xml

+ 2 - 2
java110-db/src/main/resources/mapper/community/MaintainanceItemV1ServiceDaoImplMapper.xml

@@ -25,7 +25,7 @@
         </if>
         where 1 =1
         <if test="standardId !=null and standardId != ''">
-            and msi.standardId = #{standardId}
+            and msi.standard_id = #{standardId}
         </if>
         <if test="itemId !=null and itemId != ''">
             and t.item_id= #{itemId}
@@ -87,7 +87,7 @@
         </if>
         where 1 =1
         <if test="standardId !=null and standardId != ''">
-            and msi.standardId = #{standardId}
+            and msi.standard_id = #{standardId}
         </if>
         <if test="itemId !=null and itemId != ''">
             and t.item_id= #{itemId}