|
|
@ -321,10 +321,7 @@ public class ScmVehicleGressionService extends MybatisBaseService<ScmVehicleGres |
|
|
|
for (AppScmVehicleGressionPageVo record : records) { |
|
|
|
|
|
|
|
List<ScmVehicleGressionVehVo> scmVehicleGressionVehVos = scmVehicleGressionVehService.selectInfoVoByMainSid(record.getSid()); |
|
|
|
// int size = vins.size();
|
|
|
|
// record.setVinNum(String.valueOf(size));
|
|
|
|
// String vin = StringUtils.join(vins, ",");
|
|
|
|
// record.setVin(vin);
|
|
|
|
|
|
|
|
record.setScmVehicleGressionVehs(scmVehicleGressionVehVos); |
|
|
|
|
|
|
|
if ("已办结".equals(record.getState())) { |
|
|
|