소스 검색

fix(采购合同):bug修复

Wangyafan 5 달 전
부모
커밋
b323fa19ee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/mapping/purchManagement/CPurchContractManagementMapper.xml

+ 1 - 1
src/main/resources/mapping/purchManagement/CPurchContractManagementMapper.xml

@@ -110,7 +110,7 @@
         ) m
         GROUP BY
         m.busness_key
-        ) t8 ON t8.busness_key = c.id
+        ) t8 ON t8.busness_key = t1.id
         <where>
             <if test="businessNumber != null and businessNumber !=''  ">
                 AND ( t1.business_number LIKE CONCAT('%', #{businessNumber},'%') OR c.contract_number LIKE CONCAT('%',