|
|
@@ -65,7 +65,7 @@ public class supplyanddemand extends Controller {
|
|
|
|
|
|
SQLFactory dialoglistSQL = new SQLFactory(this, "供需详情查询_对话框列表");
|
|
|
dialoglistSQL.addParameter("siteid", siteid);
|
|
|
- dialoglistSQL.addParameter("tagentsid", tagentsid);
|
|
|
+ dialoglistSQL.addParameter("tagentsid", row.getString("tagentsid"));
|
|
|
dialoglistSQL.addParameter("tsupplyanddemandid", row.getString("tsupplyanddemandid"));
|
|
|
Rows dialogrows = dbConnect.runSqlQuery(dialoglistSQL.getSQL());
|
|
|
|