Browse Source

复制花材生成产品

shish 2 năm trước cách đây
mục cha
commit
60346e332f
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      app-pt/controllers/PtCpController.php

+ 6 - 0
app-pt/controllers/PtCpController.php

@@ -11,6 +11,12 @@ use Yii;
 class PtCpController extends BaseController
 {
 
+    //根据花材建产品 ssh 20240305
+    public function actionCopyCreateCp()
+    {
+        util::complete();
+    }
+
     //批量修改产品分类 ssh 20240215
     public function actionBatchModifyClass()
     {