|
|
@@ -29,6 +29,7 @@ import restcontroller.R;
|
|
|
import restcontroller.sale.cashbill.cashbill;
|
|
|
import restcontroller.sale.promotion.promotion;
|
|
|
import restcontroller.webmanage.executorService.Executor;
|
|
|
+import restcontroller.webmanage.sale.promotion.promotionAuth;
|
|
|
|
|
|
import java.io.IOException;
|
|
|
import java.math.BigDecimal;
|
|
|
@@ -1415,7 +1416,7 @@ public class Order extends Controller {
|
|
|
|
|
|
|
|
|
@API(title = "提交", apiversion = R.ID20221108153402.v1.class, intervaltime = 5000)
|
|
|
- @CACHEING_CLEAN(apiClass = {Order.class, OrderItems.class, restcontroller.sale.order.Order.class, cashbill.class, promotion.class, restcontroller.webmanage.sale.promotion.promotion.class})
|
|
|
+ @CACHEING_CLEAN(apiClass = {Order.class, OrderItems.class, restcontroller.sale.order.Order.class, cashbill.class, promotion.class, restcontroller.webmanage.sale.promotion.promotion.class, promotionAuth.class})
|
|
|
public String submit() throws YosException {
|
|
|
Long sa_orderid = content.getLong("sa_orderid");
|
|
|
|
|
|
@@ -3502,6 +3503,7 @@ public class Order extends Controller {
|
|
|
}
|
|
|
|
|
|
@API(title = "订单手动关闭", apiversion = R.ID20230406155202.v1.class)
|
|
|
+ @CACHEING_CLEAN(apiClass = {Order.class, OrderItems.class, restcontroller.sale.order.Order.class, cashbill.class, promotion.class, restcontroller.webmanage.sale.promotion.promotion.class, promotionAuth.class})
|
|
|
public String closeOrder() throws YosException {
|
|
|
Long sa_orderid = content.getLong("sa_orderid");
|
|
|
|