|
@@ -258,7 +258,7 @@ public class ActiveServiceImpl implements ActiveService {
|
|
|
//转化出参
|
|
|
// 6.03已废弃
|
|
|
// GetActiveModifyApplyRes.Active resActive = PojoConverterUtils.copy(active, GetActiveModifyApplyRes.Active.class);
|
|
|
- GetActiveModifyApplyRes.ActiveModifyApply resActiveModifyApply = PojoConverterUtils.copy(activeModifyApply, GetActiveModifyApplyRes.ActiveModifyApply.class);
|
|
|
+ GetActiveModifyApplyRes resActiveModifyApply = PojoConverterUtils.copy(activeModifyApply, GetActiveModifyApplyRes.class);
|
|
|
|
|
|
// 6.03已废弃
|
|
|
// //处理品牌code,品牌名称
|
|
@@ -282,7 +282,7 @@ public class ActiveServiceImpl implements ActiveService {
|
|
|
// resActiveModifyApply.setBrandNameList(baseBrandNameList);
|
|
|
// }
|
|
|
// res.setActive(resActive);
|
|
|
- res.setActiveModifyApply(resActiveModifyApply);
|
|
|
+// res.setActiveModifyApply(resActiveModifyApply);
|
|
|
// 6.03已废弃
|
|
|
// //查询码活动关联的码包列表
|
|
|
// res.setListActiveModifyApplyPackageRes(listActiveModifyApplyPackage(req));
|