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