|
|
|
@@ -1002,6 +1002,8 @@ public class WxOfflineActivityGrantAwardServiceImpl implements WxOfflineActivity |
|
|
|
createDateSb.append(DateUtils.date2String(grantAward.getCreateDate())).append(","); |
|
|
|
} |
|
|
|
} |
|
|
|
activityGrantObject.put("createByName",createByNameSb.toString()); |
|
|
|
activityGrantObject.put("createDate",createDateSb.toString()); |
|
|
|
|
|
|
|
|
|
|
|
if(grantAward.getLotteryNumList() != null && !grantAward.getLotteryNumList().isEmpty()){ |
|
|
|
|