修改表字段

tags/yfai-mes-ext-v1.0
LML丶 12 months ago
parent 0eac845a45
commit e16d225610

@ -109,6 +109,7 @@ public class MesShippingOrderManagementService extends BaseMesService<MesShippin
.build();
}
bean.setPartShippingId(partShippingGroup.getId());
bean.setShippingType(MesExtEnumUtil.SHIPPING_ORDER_TYPE.SORT_SHIPPING.getValue());
bean.setIsLoading(partShippingGroup.getIsLoading());
bean.setIsFirstInstall(partShippingGroup.getIsFirstInstall());

Loading…
Cancel
Save