@ -1489,7 +1489,7 @@ public class WmsProductPutServiceImpl implements IWmsProductPutService {
if (containsSpace) {//去除空格
batchString = batchString.replace(" ", "");
}
batchString =batchString.substring(12,22);
batchString = batchString.substring(10, 18);
return batchString;