适用车辆显示问题
This commit is contained in:
+7
@@ -304,6 +304,13 @@ public class SarStandItemsServiceImpl extends ServiceImpl<SarStandItemsDao, SarS
|
||||
sarStandItems1.setApplyArctic(String.join(",",srcxList));
|
||||
}
|
||||
}
|
||||
for (SarStandItems sarStandItems1 : sarStandItems){
|
||||
String srcx = sarStandItems1.getApplyArctic();
|
||||
if (null != srcx && srcx.contains("[")){
|
||||
//这么修改是因为存储的就有问题,数据库存储数据就有问题
|
||||
sarStandItems1.setApplyArctic(srcx.replace("[","").replace("]","").replace("\"",""));
|
||||
}
|
||||
}
|
||||
return sarStandItems;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user