|
@@ -157,19 +157,6 @@ public class WbsTreeContractController extends BladeController {
|
|
|
.eq(WbsTreeContract::getPKeyId, id).eq(WbsTreeContract::getIsDeleted, 0)));
|
|
|
}
|
|
|
|
|
|
- /**
|
|
|
- * 同步项目下当前表的所有htmlUrl
|
|
|
- */
|
|
|
- @GetMapping("/syncCurrentFormInProject")
|
|
|
- @ApiOperationSupport(order = 8)
|
|
|
- @ApiOperation(value = "同步项目下当前表的所有htmlUrl", notes = "同步项目下当前表的所有htmlUrl")
|
|
|
- @ApiImplicitParams(value = {
|
|
|
- @ApiImplicitParam(name = "pKeyId", value = "主键id", required = true),
|
|
|
- })
|
|
|
- public R syncCurrentFormInProject(@RequestParam("pKeyId") Long pKeyId) {
|
|
|
- iWbsTreeContractService.syncCurrentFormInProject(pKeyId);
|
|
|
- return R.success("同步成功");
|
|
|
- }
|
|
|
|
|
|
/**
|
|
|
* 资料填报 - 同步相同表数据(同一节点下,把施工表数据同步到监理表中)
|