Commit 181b9575 by qwmqiuwenmin

fix

parent 8f120b46
......@@ -85,6 +85,7 @@ public class StaffController extends WebBaseController{
logger.info("【成员列表】related={}",JSON.toJSONString(related));
if(related != null) {
staffDTO.setStaffDepartmentRelatedId(related.getStaffDepartmentRelatedId());
staffDTO.setClerkCode(related.getClerkCode());
}
}
}
......
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