补充异常对象原因快照展示
This commit is contained in:
@@ -16,6 +16,8 @@ public class CcdiProjectPersonAnalysisObjectRecordVO {
|
||||
|
||||
private List<String> riskTags;
|
||||
|
||||
private String reasonDetail;
|
||||
|
||||
private String summary;
|
||||
|
||||
private List<CcdiProjectPersonAnalysisObjectFieldVO> extraFields = new ArrayList<>();
|
||||
|
||||
@@ -440,6 +440,7 @@
|
||||
when tr.object_type = 'STAFF_ID_CARD' then '员工对象'
|
||||
else tr.object_type
|
||||
end) as subtitle,
|
||||
group_concat(distinct tr.reason_detail order by tr.rule_code asc separator ';') as reasonDetail,
|
||||
group_concat(distinct tr.rule_name order by tr.rule_code asc separator '、') as summary
|
||||
from ccdi_bank_statement_tag_result tr
|
||||
left join ccdi_base_staff staff
|
||||
|
||||
Reference in New Issue
Block a user