浏览代码

客户修改

Guo1B0 10 月之前
父节点
当前提交
054d54c415

+ 1 - 1
fhKeeper/formulahousekeeper/management-crm/src/main/java/com/management/platform/service/impl/CustomServiceImpl.java

@@ -226,7 +226,7 @@ public class CustomServiceImpl extends ServiceImpl<CustomMapper, Custom> impleme
         Custom custom1 = customMapper.getInfo(custom.getId());
         Custom custom1 = customMapper.getInfo(custom.getId());
 
 
         // 附件列表
         // 附件列表
-        custom1.setFiles(uploadFileMapper.selectList(new QueryWrapper<UploadFile>().eq("code", "custom").eq("item_id",custom1.getId())));
+        custom1.setFiles(uploadFileMapper.selectByInfoList("custom",custom1.getId()));
         //商机列表
         //商机列表
         custom1.setBusinessOpportunitys(businessOpportunityMapper.selectList(new QueryWrapper<BusinessOpportunity>().eq("customer_id",custom1.getId())));
         custom1.setBusinessOpportunitys(businessOpportunityMapper.selectList(new QueryWrapper<BusinessOpportunity>().eq("customer_id",custom1.getId())));
         //操作记录
         //操作记录