|
|
@@ -2996,6 +2996,7 @@ public class Order extends Controller {
|
|
|
CashbillEntity promotionentity = new CashbillEntity();
|
|
|
promotionentity.setAmount((totalprice.subtract(orderaccountclassinfo.getBigDecimal("amount"))).negate());
|
|
|
promotionentity.setSource("订单手工关闭");
|
|
|
+ promotionentity.setSourcenote(orderRow.get(0).getString("sonum"));
|
|
|
promotionentity.setOwnerid(sa_orderid);
|
|
|
promotionentity.setOwnertable("sa_order");
|
|
|
promotionentity.setRemarks("由" + orderRow.get(0).getString("sonum") + "订单手工关闭时自动产生");
|