修改设备编辑接口,防止购置批次修改
This commit is contained in:
parent
d3571c72bd
commit
d8ee1d4c68
|
|
@ -339,7 +339,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test="erpCode != null">erp_code = #{erpCode},</if>
|
||||
<if test="transferCode != null">transfer_code = #{transferCode},</if>
|
||||
<if test="inOutNum != null">in_out_num = #{inOutNum},</if>
|
||||
<if test="buyTask != null">buy_task = #{buyTask},</if>
|
||||
|
||||
<if test="ownHouse != null">own_house = #{ownHouse},</if>
|
||||
<if test="companyId != null">company_id = #{companyId},</if>
|
||||
<if test="updateTime != null">update_time = #{updateTime},</if>
|
||||
|
|
|
|||
Loading…
Reference in New Issue