瀏覽代碼

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('%',