代客下单 单位回填
This commit is contained in:
@@ -57,18 +57,19 @@ public class TbProductNewVo {
|
|||||||
switch (this.type) {
|
switch (this.type) {
|
||||||
case "normal":
|
case "normal":
|
||||||
this.typeEnum = "普通商品";
|
this.typeEnum = "普通商品";
|
||||||
|
break;
|
||||||
case "weigh":
|
case "weigh":
|
||||||
this.typeEnum = "称重商品";
|
this.typeEnum = "称重商品";
|
||||||
break;
|
return;
|
||||||
case "coupon":
|
case "coupon":
|
||||||
this.typeEnum = "优惠券";
|
this.typeEnum = "优惠券";
|
||||||
break;
|
return;
|
||||||
case "package":
|
case "package":
|
||||||
this.typeEnum = "套餐商品";
|
this.typeEnum = "套餐商品";
|
||||||
break;
|
return;
|
||||||
default:
|
default:
|
||||||
this.typeEnum = typeEnum;
|
this.typeEnum = typeEnum;
|
||||||
break;
|
return;
|
||||||
}
|
}
|
||||||
switch (typeEnum) {
|
switch (typeEnum) {
|
||||||
case "normal":
|
case "normal":
|
||||||
|
|||||||
Reference in New Issue
Block a user