소스 검색

分包合同发起签订bug修改

yewc 1 년 전
부모
커밋
4dc809fd19
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      zjugis-business/src/main/resources/mapper/oracle/ContractSubMapper.xml

+ 1 - 1
zjugis-business/src/main/resources/mapper/oracle/ContractSubMapper.xml

@@ -65,7 +65,7 @@
     </select>
 
     <select id="relContractSubSize" resultType="int">
-        SELECT count(1) FROM CONTRACT_SUB WHERE APPLY_ID = #{applyId,jdbcType=VARCHAR} and ISVALID = 1
+        SELECT count(1) FROM CONTRACT_SUB WHERE CONTRACT_APPLY_ID = #{applyId,jdbcType=VARCHAR} and ISVALID = 1
     </select>
 </mapper>