Commit 7907ea04 by qwmqiuwenmin

fix

parent 1f2afddb
......@@ -387,8 +387,11 @@ public class StaffApiServiceImpl implements StaffApiService {
logger.info("【员工修改】oldName={},name={},oldPhoneNumber={},phoneNumber={}",oldStaff.getStaffName(),staffDTO.getStaffName(),related.getPhoneNumber(),staffDTO.getPhoneNumber());
logger.info("【员工修复】-------------------");
TabHaobanDepartment department = departmentService.selectById(addId);
if(department == null){
return;
}
String enterpriseId = "";
if(department.getIsStore() == 0){
if(department.getIsStore() == null || department.getIsStore() == 0){
com.gic.enterprise.api.dto.DepartmentDTO dto = gicDepartmentService.getDeptment(department.getRelatedId());
if(dto == null){
StoreGroupDTO group = storeGroupService.getStoreGroupById(department.getRelatedId());
......
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