Commit b95d9bc8 by xiongjiangtao

Merge branch 'master' into feature-2024-08-喜好洞察优化

parents 115ccbdf fe1d687c
...@@ -192,7 +192,7 @@ public class QywxOpenController { ...@@ -192,7 +192,7 @@ public class QywxOpenController {
} }
OpenStaffDTO openStaff = staffResp.getResult() ; OpenStaffDTO openStaff = staffResp.getResult() ;
if(openStaff == null) { if(openStaff == null) {
return RestResponse.failure("9999","该账号在当前企业下不存在") ; return RestResponse.failure("9999","该账号非托管账号") ;
} }
if(null != openStaff && openStaff.getStatusFlag()==1) { if(null != openStaff && openStaff.getStatusFlag()==1) {
StaffDTO staff = this.staffApiService.selectById(staffId); StaffDTO staff = this.staffApiService.selectById(staffId);
......
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