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

Commit abe53580 authored by jiangxiulong's avatar jiangxiulong

未领取后台

parent 5b8fb9a2
......@@ -64,8 +64,10 @@ public class SweetActivityDrawExcelListDao implements Serializable, Cloneable {
this.setReceivingAddressAll(source.getReceivingAddressAll());
if (source.getReceivingStatus() == 2) {
this.setReceivingStatusName("已发放");
} else if (source.getReceivingStatus() == 1) {
this.setReceivingStatusName("未发放");
} else {
this.setReceivingStatusName("未发放");
this.setReceivingStatusName("未领取");
}
this.setCreatedAt(source.getCreatedAt());
return this;
......
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