|
...
|
...
|
@@ -188,6 +188,9 @@ class CustomModuleContentLogic extends BaseLogic |
|
|
|
public function contentEdit(){
|
|
|
|
$is_upgrade = $this->param['is_upgrade'] ?? 0;//5.0数据 1:6.0
|
|
|
|
$six_read = $this->param['six_read'] ?? 0;//是否按6.0显示
|
|
|
|
if(!isset($this->param['category_id'])){
|
|
|
|
$this->param['category_id'] = '';
|
|
|
|
}
|
|
|
|
if($is_upgrade == 0 || $six_read == 1) {
|
|
|
|
$this->param['route'] = RouteMap::setRoute($this->param['route'], RouteMap::SOURCE_MODULE, $this->param['id'], $this->user['project_id']);
|
|
|
|
}
|
...
|
...
|
|