|
@@ -80,7 +80,7 @@ public class ResMessageServiceImpl implements ResMessageService { |
|
@@ -80,7 +80,7 @@ public class ResMessageServiceImpl implements ResMessageService { |
80
|
public static String[] toStrArry(List<LAND_BUSINEESTYPE_LIST_INFO> list_infos){
|
80
|
public static String[] toStrArry(List<LAND_BUSINEESTYPE_LIST_INFO> list_infos){
|
81
|
List<String> manifestList=new ArrayList<String>();
|
81
|
List<String> manifestList=new ArrayList<String>();
|
82
|
for(LAND_BUSINEESTYPE_LIST_INFO land:list_infos){
|
82
|
for(LAND_BUSINEESTYPE_LIST_INFO land:list_infos){
|
83
|
- manifestList.add(land.getAwba());
|
83
|
+ manifestList.add(land.getAwba().replace("-",""));
|
84
|
}
|
84
|
}
|
85
|
//manifestList = manifestList.replace("-", "").replace(",", ",");
|
85
|
//manifestList = manifestList.replace("-", "").replace(",", ",");
|
86
|
String[] maifest = manifestList.toArray(new String[manifestList.size()]);
|
86
|
String[] maifest = manifestList.toArray(new String[manifestList.size()]);
|