Browse Source

clearStyle

shish 5 years ago
parent
commit
008674d4ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app-ghs/controllers/PurchaseClearController.php

+ 1 - 1
app-ghs/controllers/PurchaseClearController.php

@@ -31,7 +31,7 @@ class PurchaseClearController extends BaseController
         }
         }
         $post['sjId'] = $this->sjId;
         $post['sjId'] = $this->sjId;
         $post['shopId'] = $this->shopId;
         $post['shopId'] = $this->shopId;
-        $post['clearStyle'] = dict::getDict('clearStyle', 'gys2Hd');
+        $post['clearStyle'] = dict::getDict('clearStyle', 'gys2KmGys');
         $post['customShopAdminId'] = $this->shopAdminId;
         $post['customShopAdminId'] = $this->shopAdminId;
         $shopAdmin = $this->shopAdmin;
         $shopAdmin = $this->shopAdmin;
         $shopAdminName = $shopAdmin['name'] ?? '';
         $shopAdminName = $shopAdmin['name'] ?? '';