|
...
|
...
|
@@ -108,9 +108,6 @@ class ATemplateModuleLogic extends BaseLogic |
|
|
|
* @time :2024/5/23 16:44
|
|
|
|
*/
|
|
|
|
public function auditingStatus(){
|
|
|
|
if(isset($this->param['front_msg']) && !empty($this->param['front_msg'])){
|
|
|
|
$this->param['front_msg'] = json_encode($this->param['front_msg']);
|
|
|
|
}
|
|
|
|
$rs = $this->model->edit($this->param,['id'=>$this->param['id']]);
|
|
|
|
if($rs === false){
|
|
|
|
$this->fail('修改失败,请联系管理员');
|
...
|
...
|
|