保养方案关联
This commit is contained in:
@@ -34,7 +34,7 @@ public class ByglByjhLbPlugin implements AroundAdvicePlugin {
|
||||
return;
|
||||
}
|
||||
for (Map<String, Object> record : records) {
|
||||
String plan_id = lideeYunJiUtils.getMap2Str(record, "plan_id");
|
||||
String plan_id = lideeYunJiUtils.getMap2Str(record, "id");
|
||||
Map<String, Object> countByPlanId = byglByjhMapper.getCountByPlanId(plan_id);
|
||||
record.put("plan_count",lideeYunJiUtils.getMap2Long(countByPlanId,"jhs"));
|
||||
record.put("completed_count",lideeYunJiUtils.getMap2Long(countByPlanId,"wcs"));
|
||||
|
||||
Reference in New Issue
Block a user