src/main/resources/mapper/modules/ContractHoldOrderEntityMapper.xml
@@ -8,6 +8,15 @@ FROM contract_hold_order s LEFT JOIN member m ON m.id = s.member_id WHERE s.member_id IN ( SELECT id FROM member WHERE account_type = '1' ) <where> <if test="record != null" > <if test="record.account!=null and record.account!=''">