yonge 5 년 전
부모
커밋
d5ca2a4d49
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/SporadicChargeInfo.xml

+ 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