|
|
@@ -34,6 +34,8 @@ public class teammsg extends Controller {
|
|
|
System.err.println(tagentsid);
|
|
|
Rows rows = dbConnect.runSqlQuery(sqlFactory.getSQL());
|
|
|
|
|
|
+ System.err.println(sqlFactory.getSQL());
|
|
|
+
|
|
|
SQLFactory subusersql = new SQLFactory(this, "ϼ¶Õ˺Ųéѯ");
|
|
|
subusersql.addParameter("siteid", siteid);
|
|
|
subusersql.addParameter_in("fparentid", rows.toArrayList("tenterprise_userid"));
|
|
|
@@ -195,6 +197,7 @@ public class teammsg extends Controller {
|
|
|
if (ftype.equals("¸öÈË")) {
|
|
|
paoRemote_tenterprise.getPaoSet("tagents", "tagents", "tagentsid=:tagentsid").getPao(0).delete();
|
|
|
paoRemote_tenterprise.setValue("tagentsid", tagentsid, 11L);
|
|
|
+ paoRemote_tenterprise.setValue("fisadministrator", 0, 11L);
|
|
|
} else {
|
|
|
PaoRemote pao = paoSetRemote_tenterprise.addAtEnd();
|
|
|
pao.setValue("SITEID", paoRemote_tenterprise.getString("SITEID"), 11L);
|