|
|
@@ -39,7 +39,7 @@
|
|
|
|
|
|
<sql id="selectMainExamEvaluationVo">
|
|
|
SELECT
|
|
|
- e.id, e.evaluation_name, e.grade, e.position_id, e.position_type,
|
|
|
+ e.id, e.evaluation_name, e.grade, e.position_id, IF(e.position_type IS NULL OR e.position_type = '', p.post_type, e.position_type) AS position_type,
|
|
|
e.tags, e.main_image, e.image_album, e.detail, e.price,
|
|
|
e.on_time, e.down_time, e.status,
|
|
|
e.tenant_id, e.create_dept, e.create_by, e.create_time,
|