generated from dxfeng/secondev-chapanda-feishu
BUG--归档人才库,标签同步
This commit is contained in:
parent
99b45546fb
commit
e21352f294
|
|
@ -613,7 +613,7 @@ public class ApplicantResumeServiceImpl extends Service implements ApplicantResu
|
|||
|
||||
// 同步设置的标签
|
||||
int applicantModeId = ApplicantCommonInfo.getModeIdByTableName("uf_jcl_yppc");
|
||||
rs.executeQuery("select a.tabname , a.color , a.bgcolor , a.bdcolor , a.type , a.creator , a.orderid from modeTabs_" + applicantModeId + " a left join Modetabslog_" + applicantModeId + " b on a.id = b.tabid and b.operate = 0 where b.billid = ? ", applicantId);
|
||||
rs.executeQuery("select a.tabname , a.color , a.bgcolor , a.bdcolor , a.type , a.creator , a.orderid from modeTabs_" + applicantModeId + " a where a.id in ( select modelableid from uf_jcl_yppc where id = ?)", applicantId);
|
||||
List<Map<String, Object>> modeTabList = RecruitRecordSet.getRecordMapList(rs);
|
||||
String dateTime = DateUtil.getFullDate();
|
||||
String[] dateSplit = dateTime.split(" ");
|
||||
|
|
|
|||
Loading…
Reference in New Issue