Commit 3d01003c by 宋珺琪

多维情报_修改可视化服务信息接口修改

parent 27e59cb9
......@@ -318,8 +318,8 @@ public class KshServiceController extends ApiController {
@ApiOperation(value = "多维情报_修改可视化服务信息")
@OperLog(message = "多维情报_修改可视化服务信息", operation = OperationType.UPDATE)
public MapRestResult updateKshCache(@RequestBody KshServiceCache kshServiceCache) {
boolean update = kshCacheService.updateById(kshServiceCache);
kshServiceCache.setKshdataString(JSONObject.toJSON(kshServiceCache.getKshdata()).toString());
boolean update = kshCacheService.updateById(kshServiceCache);
if (update) {
return new MapRestResult();
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment