rabin hace 3 años
padre
commit
d97c2983cc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      service/agent/database/soft_cash.php

+ 2 - 2
service/agent/database/soft_cash.php

@@ -207,7 +207,7 @@ return array
             'key'       => '1',
             // 'place'     => '759*562',
             'list_name' => $search_auth == 2 ? '开户日期' : '支付凭证',
-            'list'      => $search_auth == 2 ? '{buy_date} ? date("Y-m-d H:i", {buy_date}) : "-"' : false,
+            'list'      => $search_auth == 2 ? '{buy_date} ? date("Y-m-d", {buy_date}) : "-"' : false,
         ),
 
         'status'        => array
@@ -238,7 +238,7 @@ return array
             'control'   => 'audit',
 
             'list_name' => $search_auth == 2 ? '签署日期' : '订单状态<br/>合同签署状态<br/>终审时间<br>签署时间',
-            'list'      => $search_auth == 2 ? '{fdate} ? date("Y-m-d H:i", {fdate}) : "-"' : 'Dever::load("agent/lib/soft_cash.list",{id})',
+            'list'      => $search_auth == 2 ? '{fdate} ? date("Y-m-d", {fdate}) : "-"' : 'Dever::load("agent/lib/soft_cash.list",{id})',
 
             
         ),