|
|
@@ -1612,7 +1612,7 @@ ORDER;
|
|
|
$userName = '';
|
|
|
$address = '';
|
|
|
$mobile = $oderList[0]['MOBILE'];
|
|
|
- $orderAt = Date::convert($oderList[0]['CREATED_AT'],'Y/m/d');
|
|
|
+ $orderAt = Date::convert($oderList[0]['CREATED_AT'],'d/m/Y');
|
|
|
$orderDetails = '';
|
|
|
$orderSn = $oderList[0]['SN'];;
|
|
|
$orderAmount = 0; // 合计总额
|