shish 1 vuosi sitten
vanhempi
commit
007294e5fb
1 muutettua tiedostoa jossa 1 lisäystä ja 8 poistoa
  1. 1 8
      app-ghs/controllers/CgRefundController.php

+ 1 - 8
app-ghs/controllers/CgRefundController.php

@@ -155,14 +155,7 @@ class CgRefundController extends BaseController
                     //小向花卉售后必须备注
                     $remark = $post['remark'] ?? '';
                     if (empty($remark)) {
-                        util::fail('请填写备注456');
-                    }
-                }
-            } else {
-                if ($this->mainId == 644) {
-                    $remark = $post['remark'] ?? '';
-                    if (empty($remark)) {
-                        util::fail('请填写备注113');
+                        util::fail('请填写备注哈');
                     }
                 }
             }