1.修改系统上岗位标记
2.修改金蝶license日期
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user