修复暂停计划

This commit is contained in:
huangdeliang
2021-03-02 18:56:31 +08:00
parent 0f47bb8bc9
commit 14f7113765
4 changed files with 10 additions and 1 deletions

View File

@ -73,4 +73,6 @@ public interface SysOrderPauseMapper
* @return
*/
int deletePauseByOrderId(Long[] orderIds);
long selectNearMainOrderIdByCusId(Long cusId);
}