|
|
@@ -333,6 +333,7 @@ public class tagents extends Controller {
|
|
|
paoRemote.setValue("fname", fname);
|
|
|
paoRemote.setValue("ftype", ftype);
|
|
|
paoRemote.setValue("frownum", frownum);
|
|
|
+ paoRemote.setValue("siteid", siteid);
|
|
|
paoSetRemote.save();
|
|
|
return getSucReturnObject().toString();
|
|
|
} else {
|
|
|
@@ -362,6 +363,7 @@ public class tagents extends Controller {
|
|
|
paoRemote.setValue("fname", fname);
|
|
|
paoRemote.setValue("ftype", ftype);
|
|
|
paoRemote.setValue("frownum", frownum);
|
|
|
+ paoRemote.setValue("siteid", siteid);
|
|
|
paoSetRemote.save();
|
|
|
return getSucReturnObject().toString();
|
|
|
} else {
|