代客下单 单位回填

This commit is contained in:
2024-12-02 15:48:25 +08:00
parent 87804eba1b
commit 6e5ed249ad

View File

@@ -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":