fix:优化订单发货逻辑使其支持一单分发

This commit is contained in:
puhui999
2023-07-24 15:14:16 +08:00
parent f23e1b857a
commit 8d13ecc9c8
10 changed files with 229 additions and 25 deletions

View File

@ -18,6 +18,14 @@ public interface CombinationApi {
*/
void createRecord(@Valid CombinationRecordReqDTO reqDTO);
/**
* 获取开团记录状态
*
* @param userId 用户编号
* @param orderId 订单编号
*/
Integer getRecordStatus(Long userId, Long orderId);
/**
* 更新开团记录状态
*