|
@@ -419,7 +419,7 @@ public class SysUserSignCertServiceImpl implements SysUserSignCertService {
|
|
this.updateUserCertStatus(userSub.getId(), "内部状态对其", LangChaoCertStatus.SIGN.getCode(), null);
|
|
this.updateUserCertStatus(userSub.getId(), "内部状态对其", LangChaoCertStatus.SIGN.getCode(), null);
|
|
return R.ok();
|
|
return R.ok();
|
|
case HUI_QI_YUN:
|
|
case HUI_QI_YUN:
|
|
- // 浪潮
|
|
|
|
|
|
+ // 汇企云
|
|
if (userSub.getCertStatus() > HuiQiYunCertStatus.UN_SIGN.getCode()) {
|
|
if (userSub.getCertStatus() > HuiQiYunCertStatus.UN_SIGN.getCode()) {
|
|
return R.ok();
|
|
return R.ok();
|
|
}
|
|
}
|
|
@@ -440,13 +440,12 @@ public class SysUserSignCertServiceImpl implements SysUserSignCertService {
|
|
|
|
|
|
this.updateUserCertStatus(userSub.getId(), "内部状态对其", ZhongZhiCertStatus.SIGN.getCode(), null);
|
|
this.updateUserCertStatus(userSub.getId(), "内部状态对其", ZhongZhiCertStatus.SIGN.getCode(), null);
|
|
return R.ok();
|
|
return R.ok();
|
|
-// case HAN_TANG:
|
|
|
|
-// // 汉唐
|
|
|
|
-// if (userSub.getCertStatus() > HanTangCertStatus.UN_SIGN.getCode()) {
|
|
|
|
-// return R.ok();
|
|
|
|
-// }
|
|
|
|
-// this.updateUserCertStatus(userSub.getId(), "内部状态对其", HanTangCertStatus.SIGN.getCode(), null);
|
|
|
|
-// return R.ok();
|
|
|
|
|
|
+ case QI_FU:
|
|
|
|
+ if (userSub.getCertStatus() > HuiQiYunCertStatus.UN_SIGN.getCode()) {
|
|
|
|
+ return R.ok();
|
|
|
|
+ }
|
|
|
|
+ this.updateUserCertStatus(userSub.getId(), "内部状态对其", QiFuCertStatus.SIGN.getCode(), null);
|
|
|
|
+ return R.ok();
|
|
default:
|
|
default:
|
|
message = "不支持该税源地操作";
|
|
message = "不支持该税源地操作";
|
|
}
|
|
}
|
|
@@ -635,10 +634,9 @@ public class SysUserSignCertServiceImpl implements SysUserSignCertService {
|
|
return true;
|
|
return true;
|
|
} else if (GigTypeEnum.ZHONG_ZHI.equals(sysUserSub.getGigType())) {
|
|
} else if (GigTypeEnum.ZHONG_ZHI.equals(sysUserSub.getGigType())) {
|
|
return true;
|
|
return true;
|
|
|
|
+ } else if (GigTypeEnum.QI_FU.equals(sysUserSub.getGigType())) {
|
|
|
|
+ return true;
|
|
}
|
|
}
|
|
-// else if (GigTypeEnum.HAN_TANG.equals(sysUserSub.getGigType())) {
|
|
|
|
-// return true;
|
|
|
|
-// }
|
|
|
|
return false;
|
|
return false;
|
|
}).forEach(userSub -> {
|
|
}).forEach(userSub -> {
|
|
|
|
|