Commit 32e3ed37 authored by huyuchen's avatar huyuchen

huych-入职登记提交

parent f0311785
...@@ -170,8 +170,8 @@ ...@@ -170,8 +170,8 @@
a.DEPT_NAME as dept_name, a.DEPT_NAME as dept_name,
a.DEPT_NO as dept_no, a.DEPT_NO as dept_no,
a.CONTRACT_TYPE as contract_type, a.CONTRACT_TYPE as contract_type,
if(ifnull(CONTRACT_TYPE,-1) != -1 and ifnull(WORKING_HOURS,-1) != -1 if(ifnull(CONTRACT_TYPE,-1) != -1 and CONTRACT_TYPE !='' and ifnull(WORKING_HOURS,-1) != -1 and WORKING_HOURS !=''
and ifnull(POST,-1) != -1 and ifnull(ENJOIN_DATE,-1) != -1 and ifnull(TRY_PERIOD,-1) != -1,'基本信息','合同信息') as type, and ifnull(POST,-1) != -1 and POST !='' and ifnull(ENJOIN_DATE,-1) != -1 and ifnull(TRY_PERIOD,-1) != -1 and TRY_PERIOD !='' ,'基本信息','合同信息') as type,
'1' as process_status, '1' as process_status,
a.ENJOIN_DATE as join_leave_date, a.ENJOIN_DATE as join_leave_date,
a.PROJECT_SOURCE as data_source, a.PROJECT_SOURCE as data_source,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment