|
@@ -341,7 +341,7 @@ public class LantoneProductFacade extends LantoneProductServiceImpl {
|
|
|
}
|
|
|
String[] strs1 = acssName.split(",");
|
|
|
for (int j = 0; j<strs1.length;j++){
|
|
|
- acssNamebc += AccessTypeEnum.getName(Integer.parseInt(strs[j]))+",";
|
|
|
+ acssNamebc += AccessTypeEnum.getName(Integer.parseInt(strs1[j]))+",";
|
|
|
}
|
|
|
lantoneProductDTO.setChargeTypeName(charNamebc);
|
|
|
lantoneProductDTO.setAccessTypeName(acssNamebc);
|