ANDRU-PC\Andru
2023-06-28 1dfa76ad5143a3ddf5f7c4bf0c9fa0e27f6a9065
phis-feign/src/main/java/com/hz/his/feign/service/sync/SyncExecutionRecordService.java
@@ -17,6 +17,6 @@
     * @param syncUserProjectItem
     * @return
     */
    @PostMapping(value = "/sync/executionRecord/updateUserProjectItm")
    @PostMapping(value = "/sync/executionRecord/updateUserProjectItem")
    Result updateUserProjectItm(SyncUserProjectItem syncUserProjectItem);
}