|
@@ -438,27 +438,8 @@ public class SysUserSignCertServiceImpl implements SysUserSignCertService {
|
|
|
return R.ok();
|
|
|
}
|
|
|
|
|
|
- postResult = this.toSignCommonRequest(sysUser, userSub);
|
|
|
-
|
|
|
- if (JSONUtil.isJsonObj(postResult)) {
|
|
|
- JSONObject jsonResult = JSONUtil.parseObj(postResult);
|
|
|
- if (jsonResult.getInt("code") == 0) {
|
|
|
- JSONObject data = jsonResult.getJSONObject("data");
|
|
|
- message = data.getStr("message");
|
|
|
-
|
|
|
- if ("200".equals(data.getStr("code"))) {
|
|
|
- successFlag = true;
|
|
|
- certStatus = ZhongZhiCertStatus.SIGN.getCode();
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- this.updateUserCertStatus(userSub.getId(), message, certStatus, requestId);
|
|
|
-
|
|
|
- if (successFlag) {
|
|
|
- return R.ok();
|
|
|
- }
|
|
|
- break;
|
|
|
+ this.updateUserCertStatus(userSub.getId(), "内部状态对其", ZhongYiYunCertStatus.SIGN.getCode(), null);
|
|
|
+ return R.ok();
|
|
|
// case HAN_TANG:
|
|
|
// // 汉唐
|
|
|
// if (userSub.getCertStatus() > HanTangCertStatus.UN_SIGN.getCode()) {
|