|
@@ -445,7 +445,7 @@ public class SysUserSignCertServiceImpl implements SysUserSignCertService {
|
|
if (userSub.getCertStatus() > HuiQiYunCertStatus.UN_SIGN.getCode()) {
|
|
if (userSub.getCertStatus() > HuiQiYunCertStatus.UN_SIGN.getCode()) {
|
|
return R.ok();
|
|
return R.ok();
|
|
}
|
|
}
|
|
- this.updateUserCertStatus(userSub.getId(), "内部状态对其", QiFuCertStatus.SIGN.getCode(), null);
|
|
|
|
|
|
+ this.updateUserCertStatus(userSub.getId(), "内部状态对其", ZhongYiYunCertStatus.SIGN.getCode(), null);
|
|
return R.ok();
|
|
return R.ok();
|
|
default:
|
|
default:
|
|
message = "不支持该税源地操作";
|
|
message = "不支持该税源地操作";
|