Commit 2ba2eb9f by 徐高华

托管校验

parent 7e7c1f0e
......@@ -191,7 +191,7 @@ public class QywxOpenController {
return RestResponse.failure("9999","参数为空") ;
}
OpenStaffDTO openStaff = staffResp.getResult() ;
if(openStaff == openStaff) {
if(openStaff == null) {
return RestResponse.failure("9999","该账号在当前企业下不存在") ;
}
if(null != openStaff && openStaff.getStatusFlag()==1) {
......
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