|
@@ -378,7 +378,7 @@ public class GigSignCertReceiver extends BaseRabbiMqHandler<String> {
|
|
|
if (OladingCommonRequest.SignUpStatus.SIGNING.name().equals(certStatus)) {
|
|
|
JSONObject stageResult = subjectResult.getJSONObject("stageResult");
|
|
|
JSONObject oladingSignUpResult = stageResult.getJSONObject("阿拉丁签约方法");
|
|
|
- if (oladingSignUpResult == null || !StrUtil.equals("0", oladingSignUpResult.getStr("code"))) {
|
|
|
+ if (oladingSignUpResult == null || StrUtil.equals("1005", oladingSignUpResult.getStr("code"))) {
|
|
|
updateWrapper.set(SysUserSub::getCallbackStatus, GigCallBackStatus.RETURNED);
|
|
|
}
|
|
|
}
|