OMS-GW推送-商业合作伙伴-user_center

This commit is contained in:
zhaoqing
2026-04-30 16:38:29 +08:00
parent 6faccde5e6
commit 2973c0c4b1
5 changed files with 68 additions and 1 deletions
@@ -401,4 +401,16 @@
and esign_enterprise_status = #{userShipperEntity.esignEnterpriseStatus}
</select>
<update id="updatePushStatus">
UPDATE user_shipper
<set>
<if test="pushStatus != null">push_status = #{pushStatus},</if>
<if test="pushTime != null">push_time = #{pushTime},</if>
<if test="pushBy != null">push_by = #{pushBy},</if>
</set>
WHERE shipper_id = #{shipperId}
</update>
</mapper>