Results 2 comments of 789

也遇到了类似情况,这个问题现在解决了吗? @TommyLemon 流程描述:在post写入数据时候,request表配置 update规则,调用自定义函数,自定义函数会修改JSONObject current加工指定字段。 自定义函数触发也成功修改了对应字段,发现写入到数据库数据并没有改变。 request配置 `{"INSERT": {"tag": [], "@role": "OWNER"}, "REFUSE": "id", "UPDATE": {"transformGeoHash-()":"transformGeoHash(geoHash,cityCode)"}}` function自定义函数 ``` public Object transformGeoHash(@NotNull JSONObject current,@NotNull String geoHash,@NotNull String cityCode){ if (current !=...

> Hello, depends what you mean by desktop application. As Convertigo 7.X supports Out Of the box PWA applications running on chrome desktops, the app will be installed locally on...