Prechádzať zdrojové kódy

fix: 阿拉钉回调状态签约中处理

lixuesong 3 rokov pred
rodič
commit
29cf65021f

+ 1 - 1
hnqz-upms/hnqz-upms-biz/src/main/java/com/qunzhixinxi/hnqz/admin/mq/GigSignCertReceiver.java

@@ -281,7 +281,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);
 			}
 		}