Commit cbce4b2a by qwmqiuwenmin

fix

parent d8fbddaa
......@@ -507,7 +507,7 @@ public class StaffApiServiceImpl implements StaffApiService {
}
TabHaobanDepartment department = departmentService.selectByRelatedId(gicStoreId);
if(department == null){
logger.info("【店员同步】gicStoreId为空");
logger.info("【店员同步】department为空");
return;
}
String departmentId = department.getDepartmentId();
......
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