## 修改接口报错;
This commit is contained in:
parent
305117aba6
commit
a6da73fdad
|
@ -15,11 +15,7 @@ import java.util.ArrayList;
|
|||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @Description: 枚举初始化控制器
|
||||
* @Author: jiang chao
|
||||
* @Time: 2022/10/20 14:56
|
||||
* @Classname: EnumsInitController
|
||||
* @PackageName: com.hzs.system.enums.controller
|
||||
* 枚举初始化控制器
|
||||
*/
|
||||
@Slf4j
|
||||
@RestController
|
||||
|
@ -241,11 +237,6 @@ public class EnumsInitController {
|
|||
initList.add(this.createData(value.getKey(), value.getLabel()));
|
||||
}
|
||||
|
||||
//会员类型
|
||||
for (ECustomerType value : ECustomerType.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