|
|
@@ -274,7 +274,7 @@ public class noticemag extends Controller {
|
|
|
sqlFactory.addParameter("siteid", siteid);
|
|
|
sqlFactory.addParameter("createby", username);
|
|
|
sqlFactory.addParameter("tnoticeid", tnoticeid);
|
|
|
- sqlFactory.addParameter("tagentsid", (String) it.next());
|
|
|
+ sqlFactory.addParameter("tagentsid", String.valueOf(it.next()));
|
|
|
list.add(sqlFactory.getSQL());
|
|
|
}
|
|
|
if (!list.isEmpty()) {
|