食谱计划生成优化
This commit is contained in:
@ -73,4 +73,11 @@ public interface SysOrderPauseMapper
|
||||
* @return
|
||||
*/
|
||||
int deletePauseByOrderId(Long[] orderIds);
|
||||
|
||||
/**
|
||||
* 根据订单ID获取暂停计划
|
||||
* @param orderId
|
||||
* @return
|
||||
*/
|
||||
List<SysOrderPause> getPauseListByOrderId(@Param("orderId")Long orderId);
|
||||
}
|
Reference in New Issue
Block a user