chenjiahe
2023-02-09 7aa4cd6460ff66336cb273e462a83227f056367c
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);
}