yonge 5 vuotta sitten
vanhempi
commit
d5ca2a4d49

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/SporadicChargeInfo.xml

@@ -93,7 +93,7 @@
 				AND FIND_IN_SET(sci.organ_id_,#{organId})
 			</if>
 			<if test="chargeType != null">
-				AND sci.charge_type_ = #{chargeType,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
+				AND sci.charge_type_ = #{chargeType}
 			</if>
 			<if test="type == 'personal'">
 				AND sci.user_id_ IS NOT NULL