|
@@ -327,12 +327,11 @@
|
|
cto.student_id_ as studentId,
|
|
cto.student_id_ as studentId,
|
|
cto.type_ as type,
|
|
cto.type_ as type,
|
|
case cto.type_
|
|
case cto.type_
|
|
- WHEN 'DAY' THEN '天'
|
|
|
|
|
|
+ WHEN 'DAY' THEN '天'
|
|
WHEN 'MONTH' THEN '月'
|
|
WHEN 'MONTH' THEN '月'
|
|
WHEN 'QUARTERLY' THEN '季'
|
|
WHEN 'QUARTERLY' THEN '季'
|
|
WHEN 'YEAR_HALF' THEN '半年'
|
|
WHEN 'YEAR_HALF' THEN '半年'
|
|
WHEN 'YEAR' THEN '年' ELSE ''
|
|
WHEN 'YEAR' THEN '年' ELSE ''
|
|
- else ''
|
|
|
|
end as typeName,
|
|
end as typeName,
|
|
cto.time_ as time,
|
|
cto.time_ as time,
|
|
sj.id_ as subject,
|
|
sj.id_ as subject,
|