任务页面更新

This commit is contained in:
loujf
2023-01-05 14:31:44 +08:00
parent 7f3bb522ec
commit 2cd19e8eae

View File

@@ -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");