|
|
@@ -19,7 +19,7 @@ public class sendplandetail extends Controller {
|
|
|
super(content);
|
|
|
}
|
|
|
//ID2025120110193103
|
|
|
- @API(title = "订单信息刷新(新)", apiversion = R.ID2025032709331803.v1.class)
|
|
|
+ @API(title = "订单信息刷新(新)", apiversion = R.ID2025120110193103.v1.class)
|
|
|
public String orderRefresh_new() throws YosException {
|
|
|
long sa_sendplanid = content.getLongValue("sa_sendplanid");
|
|
|
Rows sendplanRows = dbConnect.runSqlQuery("select * from sa_sendplan where sa_sendplanid='" + sa_sendplanid + "' and siteid='" + siteid + "'");
|
|
|
@@ -118,7 +118,7 @@ public class sendplandetail extends Controller {
|
|
|
return getSucReturnObject().toString();
|
|
|
}
|
|
|
//ID2025032709331803
|
|
|
- @API(title = "订单信息刷新", apiversion = R.ID2025120110193103.v1.class)
|
|
|
+ @API(title = "订单信息刷新", apiversion = R.ID2025032709331803.v1.class)
|
|
|
@CACHEING_CLEAN(apiClass = {sendplandetail.class})
|
|
|
public String orderRefresh() throws YosException {
|
|
|
long sa_sendplanid = content.getLongValue("sa_sendplanid");
|