Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -622,7 +622,7 @@ public class BusinessDataHandlerServiceImpl implements BusinessDataHandlerServic |
| 622 | 622 | } |
| 623 | 623 | } |
| 624 | 624 | if (flag) { |
| 625 | - // 更新订货单状态(草稿转为正常) | |
| 625 | + // 更新发货单状态(草稿转为正常) | |
| 626 | 626 | shipmentsOrderInfoService.updateStatus(shipmentOrderId, "UN_SHIPMENTS"); |
| 627 | 627 | } |
| 628 | 628 | } | ... | ... |