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