Commit 8a329d27 by 徐高华

企微托管账号

parent b631af05
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
</insert> </insert>
<update id="update" parameterType="com.gic.haoban.manage.service.entity.TabOpenStaff"> <update id="update" parameterType="com.gic.haoban.manage.service.entity.TabOpenStaff">
update tab_haoban_open_staff set uuid = #{uuid} , update_time=now(), update tab_haoban_open_staff set uuid = #{uuid} ,
status_flag=#{statusFlag,jdbcType=INTEGER}, status_flag=#{statusFlag,jdbcType=INTEGER},
step=#{step,jdbcType=INTEGER}, step=#{step,jdbcType=INTEGER},
qw_user_id=#{qwUserId,jdbcType=BIGINT}, qw_user_id=#{qwUserId,jdbcType=BIGINT},
...@@ -59,6 +59,7 @@ ...@@ -59,6 +59,7 @@
<if test="null != firstAuthTime"> <if test="null != firstAuthTime">
first_auth_time=#{firstAuthTime} , first_auth_time=#{firstAuthTime} ,
</if> </if>
update_time=now()
where open_staff_id = #{openStaffId} where open_staff_id = #{openStaffId}
</update> </update>
<update id="updateValiFlag"> <update id="updateValiFlag">
......
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