|
|
@ -22,7 +22,8 @@ |
|
|
|
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 |
|
|
|
si.create_user createUser, |
|
|
|
|
|
|
|
si.remark |
|
|
|
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 |
|
|
|