Ota状态统计
This commit is contained in:
+1
-1
@@ -948,7 +948,7 @@ public class OtaManageApplyEOServiceImpl extends ServiceImpl<OtaManageApplyEOMap
|
||||
|
||||
boolean isStudio = isStudio();
|
||||
boolean isRegulationOwner = isRegulationOwner();
|
||||
List<OtaManageApplyEO> otaManageApplyEOList = this.getBaseMapper().getOtaCarPage(otaManageApplyEO);
|
||||
List<OtaManageApplyEO> otaManageApplyEOList = this.getBaseMapper().getOtaCarInfoList(otaManageApplyEO);
|
||||
List<OtaManageApplyEO> list = new ArrayList<>();
|
||||
Map<String, OtaManageApplyEO> omaMap = new HashMap<>();
|
||||
String carMarket = otaManageApplyEO.getAppliedVehicleProject();
|
||||
|
||||
Reference in New Issue
Block a user