页面设计导入附件重复同步数据库修复

feat/task1-c-wallet
gongfuxiang 2022-11-30 14:07:25 +08:00
parent 6cedc74a3f
commit 0784975be7
1 changed files with 1 additions and 1 deletions

View File

@ -665,7 +665,7 @@ class DesignService
$zip->close();
// 附件同步到数据库
ResourcesService::AttachmentDiskFilesToDb('design', self::AttachmentPathTypeValue($data_id));
ResourcesService::AttachmentDiskFilesToDb('design'.DS.$data_id, self::AttachmentPathTypeValue($data_id));
if($success > 0)
{