diff --git a/emis-biz/src/main/resources/mapper/EmisCommissionDtlMapper.xml b/emis-biz/src/main/resources/mapper/EmisCommissionDtlMapper.xml
index 713990973..95bef05ce 100644
--- a/emis-biz/src/main/resources/mapper/EmisCommissionDtlMapper.xml
+++ b/emis-biz/src/main/resources/mapper/EmisCommissionDtlMapper.xml
@@ -59,7 +59,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and fee_type=#{feeType}
and money = #{money}
- and bill_month=#{billMonth},
+ and bill_month=#{billMonth}
and ( FIND_IN_SET(bill_code,#{billCode}) or bill_code like concat('%', #{billCode}, '%') )
and fee_remark like concat('%', #{feeRemark}, '%')
and emp_code=#{empCode}
@@ -94,7 +94,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and id = #{id}
and fee_type=#{feeType}
and money = #{money}
- and bill_month=#{billMonth},
+ and bill_month=#{billMonth}
and ( FIND_IN_SET(bill_code,#{billCode}) or bill_code like concat('%', #{billCode}, '%') )
and fee_remark like concat('%', #{feeRemark}, '%')
and emp_code=#{empCode}