|
|
@@ -123,7 +123,9 @@ public class products extends Controller {
|
|
|
paoRemote.setValue("frownum", frownum);
|
|
|
paoRemote.setValue("siteid", siteid);
|
|
|
paoSetRemote.save();
|
|
|
- return getSucReturnObject().toString();
|
|
|
+ JSONObject resultObject = new JSONObject();
|
|
|
+ resultObject.put("texcellenproductid", paoRemote.getUniqueIDValue());
|
|
|
+ return getSucReturnObject().setData(resultObject).toString();
|
|
|
|
|
|
|
|
|
}
|