Merge remote-tracking branch 'origin/main'

main
王宇航 2024-06-26 11:03:22 +08:00
commit d75325ab1d
2 changed files with 2 additions and 1 deletions

View File

@ -122,6 +122,7 @@ public class AppLoginController {
case 1:
return R.ok(null, "您的账号已通过");
case 2:
register.setStatus(0);
appRegisterService.updateAppRegisterByPhone(register);
break;
}

View File

@ -177,7 +177,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="companyName != null">company_name = #{companyName},</if>
<if test="pushId != null">push_id = #{pushId},</if>
<if test="nickname != null">nickname = #{nickname},</if>
status = 0,
<if test="status != null">status = #{status},</if>
</trim>
where phone = #{phone}
</update>