|
@@ -24,7 +24,7 @@
|
|
|
tt1.typeName,
|
|
|
tt1.contract_id as contractId,
|
|
|
tt1.contract_no as contractNo,
|
|
|
- date_format(tt1.daozhangriqi, '%Y-%m-%d') as receiptDate,
|
|
|
+ tt1.daozhangriqi as receiptDate,
|
|
|
tt1.tishoukuanjine as withdrawalAmount,
|
|
|
tt1.hetongleixing as contractType,
|
|
|
tt1.shenqingren as applierName,
|
|
@@ -56,7 +56,7 @@
|
|
|
type.`name` as typeName,
|
|
|
c.contract_id,
|
|
|
input.contract_no,
|
|
|
- GROUP_CONCAT( DISTINCT arrive_date ) AS daozhangriqi,
|
|
|
+ GROUP_CONCAT( DISTINCT date_format(arrive_date, '%Y-%m-%d' ) ) AS daozhangriqi,
|
|
|
SUM( detail.arrive_amount ) AS tishoukuanjine,
|
|
|
GROUP_CONCAT( DISTINCT u.nick_name ) AS shenqingren,
|
|
|
GROUP_CONCAT( DISTINCT c.project_name ) AS project_name,
|