商业合作伙伴推送人姓名字段添加
This commit is contained in:
@@ -429,6 +429,7 @@
|
||||
<if test="pushStatus != null">push_status = #{pushStatus},</if>
|
||||
<if test="pushTime != null">push_time = #{pushTime},</if>
|
||||
<if test="pushBy != null">push_by = #{pushBy},</if>
|
||||
<if test="pushByName != null">push_by_name = #{pushByName},</if>
|
||||
</set>
|
||||
WHERE shipper_id = #{shipperId}
|
||||
</update>
|
||||
|
||||
Reference in New Issue
Block a user