Forráskód Böngészése

fix(采购合同):bug修复

Wangyafan 5 hónapja%!(EXTRA string=óta)
szülő
commit
b323fa19ee

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