Commit 7e7c1f0e by 徐高华

托管校验

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