正在显示
1 个修改的文件
包含
0 行增加
和
14 行删除
| @@ -108,18 +108,4 @@ class UpdateKeyword extends Command | @@ -108,18 +108,4 @@ class UpdateKeyword extends Command | ||
| 108 | return true; | 108 | return true; |
| 109 | } | 109 | } |
| 110 | 110 | ||
| 111 | - /** | ||
| 112 | - * @remark :更新产品关键词 | ||
| 113 | - * @name :updatedProductKeyword | ||
| 114 | - * @author :lyh | ||
| 115 | - * @method :post | ||
| 116 | - * @time :2024/11/27 14:26 | ||
| 117 | - */ | ||
| 118 | - public function updatedProductKeyword(){ | ||
| 119 | - $productModel = new Product(); | ||
| 120 | - $lists = $productModel->list(); | ||
| 121 | - foreach ($lists as $k => $v){ | ||
| 122 | - | ||
| 123 | - } | ||
| 124 | - } | ||
| 125 | } | 111 | } |
-
请 注册 或 登录 后发表评论