|
|
@@ -399,7 +399,7 @@
|
|
|
a.total_amount totalAmount ,a.settlement_amount settlementAmount ,b.order_receivables orderReceivables,b.legal_affairs legalAffairs,
|
|
|
b.order_arrears orderArrears,b.dun_start_time dunStartTime,date_format(b.dun_start_time,'%Y-%m-%d %H:%i:%S')dunStartTimes
|
|
|
<if test="type==1 or type==2 or type==3">
|
|
|
- ,b.operation_time operationTime,date_format(b.operation_time,'%Y-%m-%d %H:%i:%S')operationDate,b.legal_affairs_type `type`
|
|
|
+ ,b.operation_time operationTime,date_format(b.operation_time,'%Y-%m-%d')operationDate,b.legal_affairs_type `type`
|
|
|
</if>
|
|
|
from t_order_new a left join t_order_mid b on a.order_no =b.order_no
|
|
|
<if test="shiro == 2">
|