|
@@ -174,7 +174,7 @@ public class LargePlatAssetServiceImpl implements ILargePlatAssetService {
|
|
if (flag == 0){
|
|
if (flag == 0){
|
|
list = platAssetMapper.getSceneRateX();
|
|
list = platAssetMapper.getSceneRateX();
|
|
for (LargeLogistics it : list){
|
|
for (LargeLogistics it : list){
|
|
- it.setAppName(it.getAppName().substring(2, 4));
|
|
|
|
|
|
+ it.setAppName(it.getAppName());
|
|
}
|
|
}
|
|
}
|
|
}
|
|
else {
|
|
else {
|