@@ -235,7 +235,6 @@ public class CustomServiceImpl extends ServiceImpl<CustomMapper, Custom> impleme
@Override
public HttpRespMsg getInfo(Custom custom, HttpServletRequest request) {
Custom custom1 = customMapper.getInfo(custom.getId());
-
// 附件列表
custom1.setFiles(uploadFileMapper.selectByInfoList("custom", custom1.getId()));
//商机列表