|
|
@@ -261,7 +261,7 @@ public class tagents extends Controller {
|
|
|
|
|
|
SQLFactory sqlFactory = new SQLFactory(this, "ÉÌ»§µµ°¸É¾³ý");
|
|
|
sqlFactory.addParameter("siteid", siteid);
|
|
|
- sqlFactory.addParameter("tagentsid", content.getString("tagentsid"));
|
|
|
+ sqlFactory.addParameter("tagentsid", tagentsid);
|
|
|
String result = dbConnect.runSqlUpdate(sqlFactory.getSQL());
|
|
|
if ("true".equals(result)) {
|
|
|
return getSucReturnObject().toString();
|