rx
2024-07-12 3fa0b8b969dcc937d6a2ac43351eb7268172f93f
phis-feign/src/main/java/com/hz/his/feign/service/sync/SyncProjectService.java
@@ -27,4 +27,12 @@
     */
    @GetMapping(value = "/sync/project/update/service/tree")
    Result updateServiceTree(@RequestBody JSONObject jsonObject);
    /**
     * 同步his用户可划扣的数据
     * @param jsonObject 参数
     * @return 返回
     */
    @GetMapping(value = "/sync/executionRecord/executable")
    Result syncExecutionRecord(@RequestBody JSONObject jsonObject);
}