|
|
|
@ -145,22 +145,23 @@
|
|
|
|
|
<insert id="insertInvSubWarehouse" keyProperty="id"
|
|
|
|
|
parameterType="com.glxp.api.entity.auth.InvWarehouseEntity">
|
|
|
|
|
replace
|
|
|
|
|
INTO auth_warehouse
|
|
|
|
|
( id, code, `name`, parentId, remark, defaultInv, advanceType, parentCode
|
|
|
|
|
, thirdId, thirdId1, thirdId2, thirdId3, thirdId4)
|
|
|
|
|
INTO auth_warehouse
|
|
|
|
|
( id, code, `name`, parentId, remark, defaultInv, advanceType, spUse,parentCode
|
|
|
|
|
, thirdId, thirdId1, thirdId2, thirdId3, thirdId4)
|
|
|
|
|
values (#{id},
|
|
|
|
|
#{code},
|
|
|
|
|
#{name},
|
|
|
|
|
#{parentId},
|
|
|
|
|
#{remark},
|
|
|
|
|
#{defaultInv},
|
|
|
|
|
#{advanceType},
|
|
|
|
|
#{parentCode},
|
|
|
|
|
#{thirdId},
|
|
|
|
|
#{thirdId1},
|
|
|
|
|
#{thirdId2},
|
|
|
|
|
#{thirdId3},
|
|
|
|
|
#{thirdId4})
|
|
|
|
|
#{code},
|
|
|
|
|
#{name},
|
|
|
|
|
#{parentId},
|
|
|
|
|
#{remark},
|
|
|
|
|
#{defaultInv},
|
|
|
|
|
#{advanceType},
|
|
|
|
|
#{spUse},
|
|
|
|
|
#{parentCode},
|
|
|
|
|
#{thirdId},
|
|
|
|
|
#{thirdId1},
|
|
|
|
|
#{thirdId2},
|
|
|
|
|
#{thirdId3},
|
|
|
|
|
#{thirdId4})
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|