Commit 06cc8cb6 authored by yaobaizheng's avatar yaobaizheng

合伙招商api

parent 07fd94a1
......@@ -126,7 +126,7 @@ public class PartnerProjectInfoServiceImpl extends ServiceImpl<PartnerProjectInf
QueryWrapper<PartnerFileSource> PFSQW = new QueryWrapper<>();
PFSQW.eq("object_id",projectId);
PFSQW.eq("object_type",1);
PFSQW.eq("object_type",FileSourceTypeEnum.FILE.getCode());
//获取到历史数据及文件先删除文件然后删除数据。
partnerFileSourceMapper.delete(PFSQW);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment