Commit 331a5a2a by liushuangwu

fix

1 parent 50ffc2f8
......@@ -199,7 +199,7 @@ public class FeiShuEventController {
LastMaxPain maxPain = lastMaxPainService.findByFloor(14);
int startEmployeeId = 0;
if (maxPain != null) {
startEmployeeId = maxPain.getId();
startEmployeeId = maxPain.getEmployeeId();
}
List<Employee> employeeList = employeeService.findStartList(startEmployeeId, 14, 30);
Integer maxEmploeeId = 0;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!