修正
This commit is contained in:
parent
5a57668b4e
commit
393a1ba534
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -103,3 +103,11 @@ fabric.properties
|
|||
# Android studio 3.1+ serialized cache file
|
||||
.idea/caches/build_file_checksums.ser
|
||||
|
||||
/wms-admin/target/
|
||||
/wms-business/target/
|
||||
/wms-common/target/
|
||||
/wms-framework/target/
|
||||
/wms-generator/target/
|
||||
/wms-quartz/target/
|
||||
/wms-system/target/
|
||||
/wms-business/target/
|
||||
|
|
|
|||
|
|
@ -151,6 +151,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test="towhseloc != null">TOWHSELOC,</if>
|
||||
<if test="outstatus != null">OUTSTATUS,</if>
|
||||
<if test="userName != null">USERNAME,</if>
|
||||
<if test="createTime != null">CREATE_TIME,</if>
|
||||
</trim>
|
||||
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
||||
<if test="pickingid != null and pickingid != ''">#{pickingid},</if>
|
||||
|
|
@ -191,6 +192,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test="towhseloc != null">#{towhseloc},</if>
|
||||
<if test="outstatus != null">#{outstatus},</if>
|
||||
<if test="userName != null">#{userName},</if>
|
||||
<if test="createTime != null">#{createTime},</if>
|
||||
</trim>
|
||||
</insert>
|
||||
|
||||
|
|
@ -234,6 +236,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test="towhseloc != null">TOWHSELOC = #{towhseloc},</if>
|
||||
<if test="outstatus != null">OUTSTATUS = #{outstatus},</if>
|
||||
<if test="userName != null">USERNAME = #{userName},</if>
|
||||
<if test="createTime != null">CREATE_TIME = #{createTime},</if>
|
||||
</trim>
|
||||
where PICKINGID = #{pickingid}
|
||||
</update>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user