记得上下班打卡 | git大法好,push需谨慎

Commit 9f799d03 authored by jiangxiulong's avatar jiangxiulong

抽奖导出没手机号处理

parent ee3371fc
...@@ -58,6 +58,7 @@ public class SweetActivityDrawExcelListDao implements Serializable, Cloneable { ...@@ -58,6 +58,7 @@ public class SweetActivityDrawExcelListDao implements Serializable, Cloneable {
this.setPrizeName(DictUtils.getDictLabel("zhengzai_sweet_draw_prize_type", String.valueOf(source.getPrizeType()))); this.setPrizeName(DictUtils.getDictLabel("zhengzai_sweet_draw_prize_type", String.valueOf(source.getPrizeType())));
this.setPrizeTypeNum(source.getPrizeTypeNum()); this.setPrizeTypeNum(source.getPrizeTypeNum());
this.setNickname(source.getNickname()); this.setNickname(source.getNickname());
this.setMobile(source.getMobile());
this.setReceivingName(source.getReceivingName()); this.setReceivingName(source.getReceivingName());
this.setReceivingPhone(source.getReceivingPhone()); this.setReceivingPhone(source.getReceivingPhone());
this.setReceivingAddressAll(source.getReceivingAddressAll()); this.setReceivingAddressAll(source.getReceivingAddressAll());
......
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