1.修改系统上岗位标记

2.修改金蝶license日期
This commit is contained in:
sh
2026-07-01 19:39:43 +08:00
parent 68a9345c66
commit 8e6761eeb3
3 changed files with 2 additions and 3 deletions

View File

@@ -1611,7 +1611,6 @@ public class JobServiceImpl extends ServiceImpl<JobMapper,Job> implements IJobSe
String jobAreaCode=StringUtils.isBlank(areaCode) ? "0" : areaCode;
job.setJobLocationAreaCode(jobAreaCode);
job.setIsPublish(1);
job.setDataSource("1");
job.setPostingDate(postingDate);
job.setDownTime(downTime);
job.setView(0L);

View File

@@ -317,7 +317,7 @@
select 1
from job
where job.row_id = row_work.id
) AND id IN ( SELECT max(id) FROM row_work GROUP BY Aca112,Acb22a)
) AND id IN ( SELECT max(id) FROM row_work GROUP BY Aca112,Acb22a,AAE006)
</select>
<select id="selectVectorJob" resultType="com.ruoyi.cms.domain.VectorJob">
SELECT