|
|
|
@ -50,10 +50,19 @@ public interface BoxForNotificationMapper { |
|
|
|
void saveSoReceiveCases(SoReceiveCasesData data); |
|
|
|
void updateStockParentRollType(@Param("rollNo") String rollNo, @Param("parentRollNo") String parentRollNo, @Param("parentRollType") String parentRollType, @Param("site") String site, @Param("buNo") String buNo); |
|
|
|
|
|
|
|
/** |
|
|
|
* 查询出库通知单主记录(关联明细) |
|
|
|
* @param data 查询条件 |
|
|
|
* @return 出库通知单主记录列表 |
|
|
|
*/ |
|
|
|
List<OutboundNotificationHeadVo> searchOutboundNotificationWithDetail(OutboundNotificationHeadVo data); |
|
|
|
/** |
|
|
|
* 查询出库通知单主记录(关联明细) |
|
|
|
* @param data 查询条件 |
|
|
|
* @return 出库通知单主记录列表 |
|
|
|
*/ |
|
|
|
List<OutboundNotificationHeadVo> searchOutboundNotificationWithDetail(OutboundNotificationHeadVo data); |
|
|
|
|
|
|
|
/** |
|
|
|
* 更新出库通知单状态 |
|
|
|
* @param site 站点 |
|
|
|
* @param buNo BU号 |
|
|
|
* @param orderNo 订单号 |
|
|
|
* @param orderStatus 订单状态 |
|
|
|
*/ |
|
|
|
void updateOrderStatus(@Param("site") String site, @Param("buNo") String buNo, @Param("orderNo") String orderNo, @Param("orderStatus") String orderStatus); |
|
|
|
} |