소스 검색

加入 标准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}