shish 2 years ago
parent
commit
6ef6de95db
1 changed files with 1 additions and 2 deletions
  1. 1 2
      app-hd/controllers/ProductController.php

+ 1 - 2
app-hd/controllers/ProductController.php

@@ -331,8 +331,7 @@ class ProductController extends BaseController
                 }
             }
             $transaction->commit();
-            $msg = $doType == 2 ? '改价成功' : '入库改价成功';
-            util::complete($msg);
+            util::complete('操作成功');
         } catch (\Exception $e) {
             $transaction->rollBack();
             Yii::info("失败原因:" . $e->getMessage());