dever 3 years ago
parent
commit
e1c03a29dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/mshop/src/Out.php

+ 1 - 1
app/mshop/src/Out.php

@@ -141,7 +141,7 @@ class Out extends Core
         $print->text('单号:' . $data['order_num'], 'CB')->br();
         $print->text('门店名称:' . $this->shop['name']);
         $print->text('制 单 人:'.$this->user['name']);
-        $print->text('制单时间:'.date('Y-m-d H:i:s'));
+        $print->text('制单时间:'.date('Y-m-d H:i'));
         $print->text('出库时间:'.$cdate);
         
         if ($data && $data['goods']) {