mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-25 08:25:07 +08:00
fix:优化拼团与订单集成逻辑
This commit is contained in:
@ -24,7 +24,8 @@ public interface CombinationApi {
|
||||
* @param userId 用户编号
|
||||
* @param orderId 订单编号
|
||||
*/
|
||||
Integer getRecordStatus(Long userId, Long orderId);
|
||||
boolean validateRecordStatusIsSuccess(Long userId, Long orderId);
|
||||
|
||||
|
||||
/**
|
||||
* 更新开团记录状态
|
||||
@ -41,6 +42,7 @@ public interface CombinationApi {
|
||||
* @param userId 用户编号
|
||||
* @param orderId 订单编号
|
||||
* @param status 状态值
|
||||
* @return
|
||||
*/
|
||||
void updateRecordStatusAndStartTime(Long userId, Long orderId, Integer status);
|
||||
|
||||
|
Reference in New Issue
Block a user