|
|
@@ -227,7 +227,7 @@ public class teammsg extends Controller {
|
|
|
*/
|
|
|
public String getEntryTeamApplyList() {
|
|
|
SQLFactory sqlFactory = new SQLFactory(this, "ÍŶӼÓÈëÉêÇëÁбí", pageSize, pageNumber, "createdate");
|
|
|
- sqlFactory.addParameter("tagentsid", "35208");
|
|
|
+ sqlFactory.addParameter("tagentsid", tagentsid);
|
|
|
sqlFactory.addParameter("siteid", siteid);
|
|
|
Rows rows = dbConnect.runSqlQuery(sqlFactory.getSQL());
|
|
|
for (Row row : rows) {
|