|
|
@@ -1602,7 +1602,7 @@ public class Order extends Controller {
|
|
|
dbConnect.runSqlUpdate(sqlList);
|
|
|
dbConnect.runSqlUpdate("update st_stockbill set payamount="+payamount+" where st_stockbillid="+st_stockbillid);
|
|
|
content.put("st_stockbillid",st_stockbillid);
|
|
|
- return getSucReturnObject().toString();
|
|
|
+ return getSucReturnObject().setData(st_stockbillid).toString();
|
|
|
}
|
|
|
|
|
|
@API(title = "提交", apiversion = R.ID20221108153402.v1.class, intervaltime = 5000)
|