Commit 10f97168 by qwmqiuwenmin

fix

parent 8ce083c8
......@@ -696,7 +696,7 @@ public class StaffApiServiceImpl implements StaffApiService {
}
}else{
String staffId = staff.getStaffId();
logger.info("【员工修改】staff={}",JSON.toJSONString(staff));
logger.info("【员工修改】staff={},status={}",JSON.toJSONString(staff),status);
//删除
if(status == 0){
StaffDepartmentRelatedDTO staffRelated = this.getDepartmentIdAndStaffId(departmentId, 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