修复批量添加用户接口,字段写错
This commit is contained in:
@@ -125,7 +125,7 @@
|
|||||||
</foreach>
|
</foreach>
|
||||||
</if>
|
</if>
|
||||||
<if test="param.phones != null">
|
<if test="param.phones != null">
|
||||||
AND a.phones IN
|
AND a.phone IN
|
||||||
<foreach collection="param.phones" item="item" separator="," open="(" close=")">
|
<foreach collection="param.phones" item="item" separator="," open="(" close=")">
|
||||||
#{item}
|
#{item}
|
||||||
</foreach>
|
</foreach>
|
||||||
|
|||||||
Reference in New Issue
Block a user