Merge branch 'develop' into feature/JDK11
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good
This commit is contained in:
@@ -88,6 +88,8 @@ public class ColliEviosysImportService {
|
||||
String lotto = (String) rowData.get(3);
|
||||
String qta = (String) rowData.get(6);
|
||||
|
||||
barcodeUl = barcodeUl.replace("*", "");
|
||||
|
||||
if (barcodeUl.length() > 18) {
|
||||
barcodeUl = barcodeUl.substring(2);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user