platformx-business-finance-biz/src/main/resources/mapper/DeliveryOverdueMapper.xml
@@ -27,6 +27,7 @@ t.id, t.bus_guest_name, t.bus_guest_id, t1.contract_no, t.contract_name, t.contract_id, t.material_name, @@ -52,7 +53,7 @@ and t2.area_id = #{queryDTO.areaId} </if> <if test="queryDTO.industryId !=null and queryDTO.industryId !=''"> and t2.industry_id = #{queryDTO.industryId} and t1.industry_code = #{queryDTO.industryId} </if> <if test="queryDTO.partyB !=null and queryDTO.partyB !=''"> and t1.party_b LIKE CONCAT('%', #{queryDTO.partyB}, '%')