|
|
@@ -12,6 +12,14 @@ class ModifyController extends BaseController
|
|
|
|
|
|
public $guestAccess = [];
|
|
|
|
|
|
+ public function actionList()
|
|
|
+ {
|
|
|
+ $where = [];
|
|
|
+ $where['mainId'] = $this->mainId;
|
|
|
+ $respond = ModifyClass::getModifyList($where);
|
|
|
+ util::success($respond);
|
|
|
+ }
|
|
|
+
|
|
|
//添加修改记录 ssh 20240502
|
|
|
public function actionAdd()
|
|
|
{
|