diff --git a/emis-biz/src/main/resources/mapper/EmisSalesCommissionRatioMapper.xml b/emis-biz/src/main/resources/mapper/EmisSalesCommissionRatioMapper.xml index 54409b6c3..ff329f785 100644 --- a/emis-biz/src/main/resources/mapper/EmisSalesCommissionRatioMapper.xml +++ b/emis-biz/src/main/resources/mapper/EmisSalesCommissionRatioMapper.xml @@ -44,7 +44,7 @@ and exists(select 1 from sys_user a join emis_sales_commission_ratio b on a.emp_name = b.sales_support - where a.del_flag='0' and a.bl_open=#{userStatus}) + where a.del_flag='0' and a.bl_open=#{params.userStatus}) ORDER BY id DESC