修复批量添加用户接口,字段写错
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user