|
@@ -466,7 +466,7 @@ public class WebsitSalesLogic {
|
|
|
detail.setGoodsSalesUnit(bean.getGoodsSalesUnit());
|
|
|
detail.setGoodsStockUnit(bean.getGoodsStockUnit());
|
|
|
detail.setGoodsSpecification(bean.getGoodsSpecification());
|
|
|
- detail.setPayType(detail.getPayType());
|
|
|
+ detail.setPayType(PayTypeEnum.CASH.getKey());
|
|
|
detail.setParentCategoryId(bean.getParentCategoryId());
|
|
|
detail.setParentCategoryName(bean.getParentCategoryName());
|
|
|
detail.setGoodsCategoryId(bean.getGoodsCategoryId());
|