## 推3升一级活动正向;
This commit is contained in:
		
							parent
							
								
									851a50e867
								
							
						
					
					
						commit
						1eae26d056
					
				| 
						 | 
					@ -223,11 +223,6 @@ public class EnumsInitController {
 | 
				
			||||||
            initList.add(this.createData(value.getKey(), value.getLabel()));
 | 
					            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()) {
 | 
					        for (EDelivery value : EDelivery.values()) {
 | 
				
			||||||
            initList.add(this.createData(value.getKey(), value.getLabel()));
 | 
					            initList.add(this.createData(value.getKey(), value.getLabel()));
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue