Commit c1775c64 authored by hongguangwu's avatar hongguangwu

MVP1.7.12-文盲变小学

parent 6347f203
......@@ -48,14 +48,14 @@
when '技工' then '技工学校'
when '高中' then '普通中学(高中)'
when '小学' then '小学'
when '文盲' then '其他'
when '文盲' then '小学'
when '中专' then '中等专科'
when '初中' then '初级中学'
when '本科' then '大学本科'
when '大专' then '大学专科'
when '硕士' then '研究生'
when '职高' then '职业高中'
else '其他'
else '小学'
end) educationName,
s.RECORD_BASE recordBase,
case a.CONTRACT_TYPE
......@@ -194,14 +194,14 @@
when '技工' then '技工学校'
when '高中' then '普通中学(高中)'
when '小学' then '小学'
when '文盲' then '其他'
when '文盲' then '小学'
when '中专' then '中等专科'
when '初中' then '初级中学'
when '本科' then '大学本科'
when '大专' then '大学专科'
when '硕士' then '研究生'
when '职高' then '职业高中'
else '其他'
else '小学'
end) educationName,
s.RECORD_BASE recordBase,
if(YSD_SOCIAL_START_DATE_NEXT is not null,DATE_FORMAT(s.YSD_SOCIAL_START_DATE_NEXT,"%Y-%m-%d"),DATE_FORMAT(s.SOCIAL_START_DATE,"%Y-%m-%d")) socialStartDate,
......
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