|
@@ -124,6 +124,7 @@ public class WebsitMPurchaseLogic {
|
|
AdminUserCom adminUser = commonLogic.getAdminUser();
|
|
AdminUserCom adminUser = commonLogic.getAdminUser();
|
|
|
|
|
|
bean.setFlag(MaterialFlagEnum.SAVE.getKey());
|
|
bean.setFlag(MaterialFlagEnum.SAVE.getKey());
|
|
|
|
+ bean.setTotalAmount(BigDecimal.ZERO);
|
|
|
|
|
|
final WebsitPurchase oldPurchase = websitPurchaseService.getById(bean.getPurchaseId());
|
|
final WebsitPurchase oldPurchase = websitPurchaseService.getById(bean.getPurchaseId());
|
|
|
|
|