fix:用户昵称作为一校验,用户新增、编辑和导入都增加校验
This commit is contained in:
@@ -57,7 +57,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<include refid="selectWmStorageLocationVo"/>
|
||||
where location_name = #{locationName} and warehouse_id = #{warehouseId} limit 1
|
||||
</select>
|
||||
<select id="selectByLocationIds" resultType="com.ktg.mes.wm.domain.WmStorageLocation">
|
||||
<select id="selectByLocationIds" resultType="com.ktg.mes.wm.domain.WmStorageLocation" resultMap="WmStorageLocationResult">
|
||||
<include refid="selectWmStorageLocationVo"/>
|
||||
where location_id in
|
||||
<foreach collection="ids" item="item" separator="," open="(" close=")">
|
||||
|
||||
Reference in New Issue
Block a user