W出口订单行号逻辑修改;

This commit is contained in:
王奎兴
2026-06-10 19:51:01 +08:00
parent 2e1117728a
commit ca97de7a65
@@ -1976,7 +1976,7 @@ public class ReservationStockInOrderApplicationService {
if (lotNo != null) {
String[] split = lotNo.split("-");
if (split.length == 2) {
gwInDetail.setLine_num(Integer.valueOf(split[1]));
gwInDetail.setLine_num(split[1]);
}
}
gwInDetail.setItem_no(materialBaseInfoId.toString());