Commit f901fbdc authored by 竹天卫's avatar 竹天卫

炮孔设计 新增功能优化

parent 21a2f384
......@@ -72,8 +72,8 @@ public class TProcessesTruckServiceImpl extends ServiceImpl<TProcessesTruckMappe
map.put("cshjs",cshjs);
map.put("dwhjs",dwhjs);
}else{
map.put("workTimes", 0);
map.put("workLoads", 0);
map.put("cshjs",0);
map.put("dwhjs",0);
}
return R.ok(map);
......
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