|
|
@ -20,7 +20,8 @@ |
|
|
|
si.is_objection isObjection, |
|
|
|
si.is_objection isObjection, |
|
|
|
si.objection_remark objectionRemark, |
|
|
|
si.objection_remark objectionRemark, |
|
|
|
si.create_time createTime, |
|
|
|
si.create_time createTime, |
|
|
|
si.create_dept createDept |
|
|
|
si.create_dept createDept, |
|
|
|
|
|
|
|
si.create_user createUser |
|
|
|
from sup_indicators si |
|
|
|
from sup_indicators si |
|
|
|
left join sup_classify sc on sc.id = si.classify_id |
|
|
|
left join sup_classify sc on sc.id = si.classify_id |
|
|
|
left join sup_classify psc on psc.id = sc.p_id |
|
|
|
left join sup_classify psc on psc.id = sc.p_id |
|
|
|