update tz_shop_detail
set `password` = #{newPassword}
where mobile = #{username}
UPDATE tz_shop_detail sd
SET sd.`update_time` = NOW(),
sd.`shop_status` = #{status}
WHERE sd.`shop_id` = #{shopId}
UPDATE tz_shop_detail
SET update_time = NOW(),
shop_status = #{shopStatus},
run_status = #{runStatus}
WHERE shop_id = #{shopId}