Commit fe1d687c by 徐高华

Merge branch 'feature/xgh/240820' into 'master'

文案

See merge request !2131
parents abf222cf 5cc80a68
......@@ -192,7 +192,7 @@ public class QywxOpenController {
}
OpenStaffDTO openStaff = staffResp.getResult() ;
if(openStaff == null) {
return RestResponse.failure("9999","该账号在当前企业下不存在") ;
return RestResponse.failure("9999","该账号非托管账号") ;
}
if(null != openStaff && openStaff.getStatusFlag()==1) {
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