1.添加取消收藏方法

2.修改es查询报错问题
This commit is contained in:
sh
2025-11-01 18:17:08 +08:00
parent 485a27c87a
commit 83de70ab50
4 changed files with 35 additions and 2 deletions

View File

@@ -81,4 +81,6 @@ public interface IJobCollectionService
int pcJobCollection(JobCollection collection);
public List<Job> selectJobCollectionListJob(JobCollection jobCollection);
int pcCancel(JobCollection collection);
}