|
|
@@ -342,6 +342,10 @@ public class OrderItems extends Controller {
|
|
|
// dbConnect.runSqlUpdate("UPDATE sa_orderitems SET amount=amount-rebateamount,price=amount/qty WHERE sa_orderid='" + sa_orderid + "' and siteid='" + siteid + "' and qty!=0");
|
|
|
// dbConnect.runSqlUpdate("UPDATE sa_orderitems SET amount=0 WHERE sa_orderid='" + sa_orderid + "' and siteid='" + siteid + "' and qty=0");
|
|
|
// }
|
|
|
+
|
|
|
+
|
|
|
+ updateAccountclassinfos(sa_orderid);
|
|
|
+
|
|
|
return getSucReturnObject().toString();
|
|
|
}
|
|
|
|