食谱计划生成优化

This commit is contained in:
xiezhijun
2021-03-03 16:07:52 +08:00
parent 29d5818874
commit 97deafb62d
7 changed files with 127 additions and 43 deletions

View File

@ -73,4 +73,11 @@ public interface SysOrderPauseMapper
* @return
*/
int deletePauseByOrderId(Long[] orderIds);
/**
* 根据订单ID获取暂停计划
* @param orderId
* @return
*/
List<SysOrderPause> getPauseListByOrderId(@Param("orderId")Long orderId);
}