@@ -160,7 +160,7 @@
<if test="status != null">
payment_status_ in
<foreach collection="list" item="item" open="(" close=")" separator=",">
- #{item}
+ #{item,typeHandler=com.ym.mec.common.dal.CustomEnumTypeHandler}
</foreach>
</if>
</where>