删除无用的注释和文件

This commit is contained in:
2021-03-02 01:08:44 +08:00
parent 8f5b66bb92
commit 89bab045dd
147 changed files with 214 additions and 9816 deletions
@@ -84,7 +84,6 @@ class AdjustController extends AuditController
]);
}
// 其他费用
public function createAction($action = 'edit')
{
$id = (int)Request::get('id');
@@ -103,19 +102,16 @@ class AdjustController extends AuditController
], 'create');
}
// 编辑促销
public function editAction()
{
return $this->createAction();
}
// 显示促销
public function showAction()
{
return $this->createAction('show');
}
// 删除促销
public function deleteAction()
{
if (Request::method() == 'POST') {