|
|
@@ -3019,6 +3019,8 @@ public class Order extends Controller {
|
|
|
// Rows orderdetailsRows = dbConnect.runSqlQuery("select * from sa_orderitems where sa_orderid="+sa_orderid+" and ifnull(remarks,'')!=''");
|
|
|
if (amount.compareTo(BigDecimal.ZERO) > 0) {
|
|
|
if (Accountbalance.judgeBalance(this, pay_enterpriseid, sa_accountclassid, amount)) {
|
|
|
+ Rows orderRows=getOrderRows(this,sa_orderid);
|
|
|
+ content.put("sa_order_v",orderRows.get(0).getLong("sa_order_v"));
|
|
|
String result = check();
|
|
|
if (result.contains("成功")) {
|
|
|
dbConnect.runSqlUpdate("update sa_order set checkby='自动审核' where sa_orderid=" + sa_orderid);
|