已经完成

修改库位状态
master
森屿海巷 4 years ago
parent f2cccc1641
commit f679b07069

@ -41,7 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="locationLine != null and locationLine != ''"> and location_line = #{locationLine} </if>
<if test="locationTier != null and locationTier != ''"> and location_tier = #{locationTier} </if>
<if test="locationStatus != null and locationStatus != ''"> and location_status = #{locationStatus}</if>
<if test="locationStatus != null "> and location_status = #{locationStatus}</if>
<if test="locationArea != null and locationArea != ''"> and location_area = #{locationArea}</if>

Loading…
Cancel
Save