页面设计导入附件重复同步数据库修复
parent
6cedc74a3f
commit
0784975be7
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue