소스 검색

外部报验接口调整

zhuang 1 년 전
부모
커밋
873577af5d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      business-common/src/main/resources/mybatis/business/zhcxApiDao.xml

+ 1 - 1
business-common/src/main/resources/mybatis/business/zhcxApiDao.xml

@@ -25,7 +25,7 @@
             LEFT JOIN ZHCX_OUTSIDE_INSPECTION_ITP_SUPERVISION_DISPATCH sd ON i.ID = sd.ITPID
         <where>
             i.DELETED = '0'
-            <if test="projectname != null and projectname != ''"> AND i.PROJECTNAME = #{projectname} </if>
+            <if test="projectcode != null and projectcode != ''"> AND i.PROJECTCODE = #{projectcode} </if>
         </where>
     </select>
 </mapper>