修复批量添加用户接口,字段写错

This commit is contained in:
2024-07-03 22:15:00 +08:00
parent 4e8a899e4e
commit c466025a16

View File

@@ -125,7 +125,7 @@
</foreach>
</if>
<if test="param.phones != null">
AND a.phones IN
AND a.phone IN
<foreach collection="param.phones" item="item" separator="," open="(" close=")">
#{item}
</foreach>