|
|
@@ -720,13 +720,13 @@
|
|
|
<select id="selectStatisticsOrderProjectList" resultType="com.goafanti.order.bo.OutOrderProject">
|
|
|
SELECT a.order_no as orderNo, a.order_type orderType,a.sales_type as salesType, b.service_type AS serviceType,
|
|
|
a.liquidation_status as liquidationStatus,b2.big_customer as bigCustomer,b.project_type as projectType,
|
|
|
- a.total_amount as totalAmount,a.approval ,a.sign_time as signTime,a.create_time as createTime,
|
|
|
+ a.total_amount as totalAmount,a.approval ,a.sign_time as signTime,date_format(a.create_time ,'%Y-%m-%d %H:%i:%S') as createTime,
|
|
|
b.buyer_name as buyerName,a.contract_no as contractNo, c.cname htlx,b.province_name province ,b.dep_name depName,
|
|
|
b.order_receivables orderReceivables,a.refund_amount refundAmount,a.settlement_amount as settlementAmount,
|
|
|
b.invoice_amount as invicueAmount, b.cost_amount as costAmount,b.payment_amount as paymentAmount,
|
|
|
b.finance_name as financeName,b.salesman_name as salesmanName,b.expense_amount as expenseAmount,
|
|
|
e.commodity_name as commodityName,ttm.service_year as serviceYear,ttm.service_life as serviceLife,ttm.year_sum as yearSum,
|
|
|
- e.task_distribution_time as taskDistributionTime ,e.commodity_quantity as commodityQuantity,
|
|
|
+ date_format(e.task_distribution_time ,'%Y-%m-%d %H:%i:%S') as taskDistributionTime ,e.commodity_quantity as commodityQuantity,
|
|
|
e3.cost_amount as costAmount,e.project_status as projectStatus,e.task_start_time as taskStartTime,e.task_end_time as taskEndTime,
|
|
|
e.receiver_name as receiverName ,'技术组' jsz,a.order_status orderStatus,e.satisfaction_degree satisfactionDegree,
|
|
|
e.task_comment taskComment,'核算比例' hsbl,a.order_status orderStatus,
|