Commit d99c614f by qwmqiuwenmin

fix

parent cba7e263
......@@ -108,8 +108,8 @@ public class StaffController extends WebBaseController{
}
@RequestMapping("staff-batch-del")
public HaobanResponse staffBatchDel(String staffDepartmentStaffRelatedIds){
String[] staffArr = staffDepartmentStaffRelatedIds.split(",");
public HaobanResponse staffBatchDel(String staffDepartmentRelatedIds){
String[] staffArr = staffDepartmentRelatedIds.split(",");
for (String string : staffArr) {
staffApiService.del(string);
}
......
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