|
|
@ -306,7 +306,7 @@ public class IcPartyActServiceImpl extends BaseServiceImpl<IcPartyActDao, IcPart |
|
|
|
public IcPartyActDetailResDTO queryActDetail(String customerId, String userId, String icPartyActId) { |
|
|
|
IcPartyActEntity icPartyActEntity = baseDao.selectById(icPartyActId); |
|
|
|
if (null == icPartyActEntity) { |
|
|
|
String msg = "未找到活动详情"; |
|
|
|
String msg = "活动已删除"; |
|
|
|
throw new EpmetException(EpmetErrorCode.EPMET_COMMON_OPERATION_FAIL.getCode(), msg, msg); |
|
|
|
} |
|
|
|
IcPartyActDetailResDTO resDTO=ConvertUtils.sourceToTarget(icPartyActEntity,IcPartyActDetailResDTO.class); |
|
|
|