周箭河 пре 5 година
родитељ
комит
e0bbf7b93f
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/SysAccountMapper.xml

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

@@ -142,7 +142,7 @@
             AND channel_ = #{channel}
         </if>
         <if test="type != null">
-            AND type_ IN (#{type})
+            AND FIND_IN_SET(type_,#{type})
         </if>
         <if test="amount != null">
             <![CDATA[AND max_receipt_ < has_receipt_+ #{amount}]]>