|
|
@@ -2415,6 +2415,7 @@ public class Order extends Controller {
|
|
|
if (totalprice.compareTo(BigDecimal.ZERO) > 0) {
|
|
|
CashbillEntity entity = new CashbillEntity();
|
|
|
entity.setAmount(totalprice.negate());
|
|
|
+ entity.setSource("订单手工关闭");
|
|
|
entity.setOwnerid(sa_orderid);
|
|
|
entity.setOwnertable("sa_order");
|
|
|
entity.setRemarks("由"+orderRow.get(0).getString("sonum")+"订单手工关闭时自动产生");
|