|
@ -82,7 +82,7 @@ public class IcWorkLogServiceImpl extends BaseServiceImpl<IcWorkLogDao, IcWorkLo |
|
|
|
|
|
|
|
|
@Override |
|
|
@Override |
|
|
public List<IcWorkLogDTO> list4Export(Map<String, Object> params) { |
|
|
public List<IcWorkLogDTO> list4Export(Map<String, Object> params) { |
|
|
List<IcWorkLogDTO> list = baseDao.list4Export(params) |
|
|
List<IcWorkLogDTO> list = baseDao.list4Export(params); |
|
|
Result<Map<String, String>> result = epmetAdminOpenFeignClient.dictMap(DictTypeEnum.LOG_TYPE.getCode()); |
|
|
Result<Map<String, String>> result = epmetAdminOpenFeignClient.dictMap(DictTypeEnum.LOG_TYPE.getCode()); |
|
|
if (!result.success() || null == result.getData()) { |
|
|
if (!result.success() || null == result.getData()) { |
|
|
throw new EpmetException("查询字典信息失败" + JSON.toJSONString(result)); |
|
|
throw new EpmetException("查询字典信息失败" + JSON.toJSONString(result)); |
|
|