## 推3升一级活动正向;
This commit is contained in:
parent
9dcd553d07
commit
94e5b845a2
|
@ -223,11 +223,6 @@ public class EnumsInitController {
|
|||
initList.add(this.createData(value.getKey(), value.getLabel()));
|
||||
}
|
||||
|
||||
//活动类型
|
||||
for (EActType value : EActType.values()) {
|
||||
initList.add(this.createData(value.getKey(), value.getLabel()));
|
||||
}
|
||||
|
||||
//发货方式
|
||||
for (EDelivery value : EDelivery.values()) {
|
||||
initList.add(this.createData(value.getKey(), value.getLabel()));
|
||||
|
|
Loading…
Reference in New Issue