Commit c25f422d by qwmqiuwenmin

fix

parent 83c1835a
......@@ -683,6 +683,7 @@ public class ClerkController extends WebBaseController{
if(staffRelation == null){
return resultResponse(HaoBanErrCode.ERR_10006);
}
staffApiService.wxGetAdd(staffRelation.getWxUserId(), wxEnterpriseId);;
String staffId = staffRelation.getStaffId();
StaffDTO staff = staffApiService.selectById(staffId);
if(staff == null){
......
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