Commit 8605e086 by fudahua

刷新绑定门店

parent af05f7f1
......@@ -141,10 +141,10 @@
update_time = #{updateTime,jdbcType=TIMESTAMP},
</if>
<if test="staffId != null" >
#{staffId,jdbcType=VARCHAR},
staff_id = #{staffId,jdbcType=VARCHAR},
</if>
<if test="staffName != null" >
#{staffName,jdbcType=VARCHAR},
staff_name = #{staffName,jdbcType=VARCHAR},
</if>
</set>
where wx_enterprise_related_id = #{wxEnterpriseRelatedId,jdbcType=VARCHAR}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment