mes-plan/src/main/resources/mapper/CustomerOrderMapper.xml
@@ -271,7 +271,7 @@ <!-- 需要处理 --> <select id="getCustomerOrderPage" resultMap="resultMap"> SELECT select * from (SELECT pco.id , contract_no , pc.entity_name , @@ -299,7 +299,7 @@ FROM plan_customer_order pco LEFT JOIN plan_customer pc ON pc."id" = pco.customer_id LEFT JOIN technology_document td ON td.id = pco.technology_document_id LEFT JOIN technology_document td ON td.id = pco.technology_document_id) tempA where 1=1 <if test="ew.emptyOfWhere == false"> and ${ew.SqlSegment}