|
|
@ -290,7 +290,7 @@ public class TaskServiceImpl implements TaskService, ApplicationAutoInitial { |
|
|
|
|
|
|
|
@Override |
|
|
|
public Map<String, Object> queryAllByCache(Map whereJson, Pageable page) { |
|
|
|
// this.reload();
|
|
|
|
this.reload(); |
|
|
|
String task_code = (String) whereJson.get("task_code"); |
|
|
|
String vehicle_code = (String) whereJson.get("vehicle_code"); |
|
|
|
String material_type = (String) whereJson.get("material_type"); |
|
|
|