Browse Source

fix:结算单修改

CAYK\miaosen.zhao 4 months ago
parent
commit
063ea2971e

+ 1 - 1
src/main/resources/mapping/settlement/SettlementBasicInfoMapper.xml

@@ -49,7 +49,7 @@
         t6.code dcode,
         t6.code dcode,
         t6.name as dname
         t6.name as dname
         FROM c_settlement_basic_info t2
         FROM c_settlement_basic_info t2
-        LEFT JOIN business_processing_log t1 ON t1.busness_key = t2.id and t1.business_type = "BillBasicInformation"
+        LEFT JOIN business_processing_log t1 ON t1.busness_key = t2.id and (t1.business_type = "BillBasicInformation" or t1.business_type = "BillUnitPriceAdjust")
         left join c_project_information d on t2.business_number = d.business_number
         left join c_project_information d on t2.business_number = d.business_number
         left join c_enterprise e on e.id = t2.enterprise_customer_info_id
         left join c_enterprise e on e.id = t2.enterprise_customer_info_id
         left join c_acceptance_basic_info f on f.trading_platform_id = e.id
         left join c_acceptance_basic_info f on f.trading_platform_id = e.id