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