|
@@ -19,7 +19,7 @@
|
|
|
<select id="getInvoiceEventInfo" parameterType="Map" resultType="Map">
|
|
<select id="getInvoiceEventInfo" parameterType="Map" resultType="Map">
|
|
|
select t.event_id,t.event_id eventId,t.apply_id,t.apply_id applyId,t.create_user_id,t.create_user_id
|
|
select t.event_id,t.event_id eventId,t.apply_id,t.apply_id applyId,t.create_user_id,t.create_user_id
|
|
|
createUserId,t.create_user_name,t.create_user_name createUserName,t.remark,t.status_cd,t.status_cd
|
|
createUserId,t.create_user_name,t.create_user_name createUserName,t.remark,t.status_cd,t.status_cd
|
|
|
- statusCd,t.event_type,t.event_type eventType,t.community_id,t.community_id communityId,td.`name` eventTypeName
|
|
|
|
|
|
|
+ statusCd,t.event_type,t.event_type eventType,t.community_id,t.community_id communityId,td.`name` eventTypeName,t.create_time createTime
|
|
|
from invoice_event t
|
|
from invoice_event t
|
|
|
left join t_dict td on t.event_type = td.status_cd and td.table_name = 'invoice_event' and td.table_columns = 'event_type'
|
|
left join t_dict td on t.event_type = td.status_cd and td.table_name = 'invoice_event' and td.table_columns = 'event_type'
|
|
|
where 1 =1
|
|
where 1 =1
|