Kaynağa Gözat

分润加账户

周箭河 5 yıl önce
ebeveyn
işleme
e0bbf7b93f

+ 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}]]>