|
@@ -568,8 +568,7 @@
|
|
<if test="dahuaPassword != null and dahuaPassword != ''">dahua_password= #{dahuaPassword},</if>
|
|
<if test="dahuaPassword != null and dahuaPassword != ''">dahua_password= #{dahuaPassword},</if>
|
|
<if test="haikangAccount != null and haikangAccount != ''">haikang_account= #{haikangAccount},</if>
|
|
<if test="haikangAccount != null and haikangAccount != ''">haikang_account= #{haikangAccount},</if>
|
|
<if test="haikangPassword != null and haikangPassword != ''">haikang_password= #{haikangPassword},</if>
|
|
<if test="haikangPassword != null and haikangPassword != ''">haikang_password= #{haikangPassword},</if>
|
|
- update_time = sysdate(),
|
|
|
|
- update_pwd_time = null
|
|
|
|
|
|
+ update_time = sysdate()
|
|
</set>
|
|
</set>
|
|
where user_id = #{userId}
|
|
where user_id = #{userId}
|
|
</update>
|
|
</update>
|