|
@@ -425,6 +425,8 @@
|
|
|
select a.id,a.total_amount totalAmount,a.`type`,a.process_status processStatus,a.type_other typeOther,
|
|
select a.id,a.total_amount totalAmount,a.`type`,a.process_status processStatus,a.type_other typeOther,
|
|
|
a.attachment_url attachmentUrl,a.target_type targetType , e.contract_no contractNo,tm.buyer_name buyerName ,
|
|
a.attachment_url attachmentUrl,a.target_type targetType , e.contract_no contractNo,tm.buyer_name buyerName ,
|
|
|
a.secondary_type secondaryType, a.secondary_type_other secondaryTypeOther,a.status,
|
|
a.secondary_type secondaryType, a.secondary_type_other secondaryTypeOther,a.status,
|
|
|
|
|
+ date_format(a.release_start,'%Y-%m-%d %H:%i:%S')releaseStartStr,
|
|
|
|
|
+ date_format(a.release_end,'%Y-%m-%d %H:%i:%S')releaseEndStr,
|
|
|
<if test="processStatus ==1">
|
|
<if test="processStatus ==1">
|
|
|
eae.type eaeType,
|
|
eae.type eaeType,
|
|
|
</if>
|
|
</if>
|