Commit a5ac0686 by 周晓航

修复bug

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent bb101e97
......@@ -62,6 +62,7 @@ public class GetActivityMsgHandle {
msg.setActivityCode(coupon.getActivityCode());
msg.setNum(coupon.getNum());
msg.setActivityName(activeDetailVO.getActiveName());
retList.add(msg);
});
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment