kk
This commit is contained in:
BIN
docs/xiugai/云菜窖修改.pdf
Normal file
BIN
docs/xiugai/云菜窖修改.pdf
Normal file
Binary file not shown.
BIN
docs/数据查询/批量作废20240223/作废明细(已绑卡).xlsx
Normal file
BIN
docs/数据查询/批量作废20240223/作废明细(已绑卡).xlsx
Normal file
Binary file not shown.
BIN
docs/数据查询/批量作废20240223/作废明细.xlsx
Normal file
BIN
docs/数据查询/批量作废20240223/作废明细.xlsx
Normal file
Binary file not shown.
1663
docs/数据查询/批量作废20240223/卡作废20240223.sql
Normal file
1663
docs/数据查询/批量作废20240223/卡作废20240223.sql
Normal file
File diff suppressed because it is too large
Load Diff
@@ -157,7 +157,8 @@ public class LpkGoodsService extends MybatisBaseService<LpkGoodsMapper, LpkGoods
|
||||
vo.setQdxy(pmsBrand.getQdxy());
|
||||
vo.setQssl(pmsBrand.getQssl());
|
||||
vo.setCategoryId(lpkGoods.getCategoryId());
|
||||
vo.setGoodsNumber(shoppingCart.getGoodsNumber());
|
||||
String goodsNum = shoppingCart==null?"0":shoppingCart.getGoodsNumber();
|
||||
vo.setGoodsNumber(goodsNum);
|
||||
vo.setMefenPrice(removeZeros(String.valueOf(Double.valueOf(lpkGoods.getWeight())*Double.valueOf(lpkGoods.getPrice()))));
|
||||
return rb.success().setData(vo);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user