shish 3 年之前
父節點
當前提交
feb7beae20
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app-hd/controllers/PurchaseController.php

+ 1 - 1
app-hd/controllers/PurchaseController.php

@@ -137,7 +137,7 @@ class PurchaseController extends BaseController
                             util::fail('预售日期有问题,请提醒门店');
                         }
                         if (in_array(strtotime($sendTimeWant), $hasDate) == false) {
-                            util::fail("【{$currentName}】在{$sendTimeWant}没有预售");
+                            util::fail("{$currentName} 在{$sendTimeWant}没有预售");
                         }
                         $post['presell'] = 1;
                     }