diff --git a/emis-biz/src/main/resources/mapper/EmisTransPlanRuleMapper.xml b/emis-biz/src/main/resources/mapper/EmisTransPlanRuleMapper.xml index 6c2a77dc8..6be50bc18 100644 --- a/emis-biz/src/main/resources/mapper/EmisTransPlanRuleMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisTransPlanRuleMapper.xml @@ -96,7 +96,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" AND l.trans_manager like concat('%', #{transManager}, '%') and ( FIND_IN_SET(#{productType},r.product_type) ) - and ( FIND_IN_SET(#{supplierCode},r.supplier_code) ) + + + and FIND_IN_SET(#{code}, r.supplier_code) + + order by id desc