Commit 91a5325f authored by fangxinjiang's avatar fangxinjiang

批量办理 100%

parent 183a80ba
...@@ -71,7 +71,7 @@ public class CheckDaprUtil { ...@@ -71,7 +71,7 @@ public class CheckDaprUtil {
return R.failed("校验手机号码信息失败!"); return R.failed("校验手机号码信息失败!");
} }
TCheckMobile cm = res.getData(); TCheckMobile cm = res.getData();
if (Common.isEmpty(cm.getStatus()) || CommonConstants.ONE_STRING.equals(cm.getStatus())){ if (Common.isEmpty(cm.getStatus()) || !CommonConstants.ONE_STRING.equals(cm.getStatus())){
return R.failed(cm.getMessage()); return R.failed(cm.getMessage());
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment