|
@@ -111,7 +111,7 @@ public class dispatchItems extends Controller {
|
|
|
sqlFactory.addParameter("sa_dispatchid", content.getLongValue("sa_dispatchid"));
|
|
|
sqlFactory.addParameter("siteid", siteid);
|
|
|
|
|
|
- Rows rows = dbConnect.runSqlQuery(sqlFactory.getSQL(false));
|
|
|
+ Rows rows = dbConnect.runSqlQuery(sqlFactory.getSQL());
|
|
|
|
|
|
return getSucReturnObject().setData(rows).toString();
|
|
|
}
|