Commit 7243ac0b authored by huyuchen's avatar huyuchen

huych-合同自动化代码提交

parent 52952687
...@@ -340,7 +340,7 @@ ...@@ -340,7 +340,7 @@
a.signatory contractParty, a.signatory contractParty,
if(a.CONTRACT_TERM = '' or a.CONTRACT_TERM is null,'2',a.CONTRACT_TERM) contractType, if(a.CONTRACT_TERM = '' or a.CONTRACT_TERM is null,'2',a.CONTRACT_TERM) contractType,
a.CONTRACT_START as contractStart, a.CONTRACT_START as contractStart,
if(a.CONTRACT_TERM ='1',a.CONTRACT_END,null) as contractEnd, if(a.contract_type = '实习协议',a.CONTRACT_END,if(a.CONTRACT_TERM ='1' ,a.CONTRACT_END,null)) as contractEnd,
a.post, a.post,
if(a.working_hours = '' or a.working_hours is null,'4',a.working_hours) as workingHours, if(a.working_hours = '' or a.working_hours is null,'4',a.working_hours) as workingHours,
null contractNo, null contractNo,
......
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