作者 lyh

gx

... ... @@ -228,9 +228,6 @@ class ProjectLogic extends BaseLogic
* @date 2023/4/26
*/
protected function saveAfter($param){
if(empty($param['project_after'])){
return true;
}
$data = $param['project_after'];
$data['project_id'] = $param['id'];
//查询数据是否存在
... ...