|
|
|
@ -117,6 +117,25 @@
|
|
|
|
|
)
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<insert id="replaceEntrustRec" keyProperty="id"
|
|
|
|
|
parameterType="com.glxp.api.admin.entity.basic.EntrustReceEntity">
|
|
|
|
|
replace
|
|
|
|
|
INTO basic_entrust_accept(id,`action`, entrustInv, `entrustUser`, userId, updateTime, remark,entrustAction,finishRece,curInv)
|
|
|
|
|
values (
|
|
|
|
|
#{id},
|
|
|
|
|
#{action},
|
|
|
|
|
#{entrustInv},
|
|
|
|
|
#{entrustUser},
|
|
|
|
|
#{userId},
|
|
|
|
|
#{updateTime},
|
|
|
|
|
#{remark},
|
|
|
|
|
#{entrustAction},
|
|
|
|
|
#{finishRece},
|
|
|
|
|
#{curInv}
|
|
|
|
|
)
|
|
|
|
|
</insert>
|
|
|
|
|
|
|
|
|
|
<update id="updateEntrustRec" parameterType="com.glxp.api.admin.entity.basic.EntrustReceEntity">
|
|
|
|
|
UPDATE basic_entrust_accept
|
|
|
|
|
<trim prefix="set" suffixOverrides=",">
|
|
|
|
|