mirror of
https://gitee.com/elegant_wings/dbd-meeting.git
synced 2025-06-21 17:09:36 +08:00
支付按名称修改
This commit is contained in:
parent
80265099b7
commit
6477550b5f
@ -70,7 +70,7 @@ public class RepairStatsServiceImpl implements IRepairStatsService {
|
||||
if (list == null || list.size() == 0) return null;
|
||||
RepairStatsVo repairStatsVo = list.get(0);
|
||||
Map<String, Object> map = new HashMap<>();
|
||||
map.put("status", repairStatsVo);
|
||||
map.put("stats", repairStatsVo);
|
||||
List<Map<String, Object>> wc = new ArrayList<>();
|
||||
wc.add(getMap("已完成", repairStatsVo.getWc()));
|
||||
wc.add(getMap("未完成", repairStatsVo.getZs() - repairStatsVo.getWc()));
|
||||
|
Loading…
x
Reference in New Issue
Block a user