类 SyncChaoSongInfoRestController
- java.lang.Object
-
- net.risesoft.controller.sync.SyncChaoSongInfoRestController
-
@RestController @RequestMapping("/services/rest/chaosong") public class SyncChaoSongInfoRestController extends Object- 作者:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
构造器概要
构造器 构造器 说明 SyncChaoSongInfoRestController(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, ChaoSongInfoService chaoSongInfoService)
-
-
-
构造器详细资料
-
SyncChaoSongInfoRestController
public SyncChaoSongInfoRestController(@Qualifier("jdbcTemplate4Tenant") org.springframework.jdbc.core.JdbcTemplate jdbcTemplate, ChaoSongInfoService chaoSongInfoService)
-
-
方法详细资料
-
syncYearTable4Tenant
@RequestMapping("/syncAll") public void syncYearTable4Tenant(String tenantId)同步所有- 参数:
tenantId- 租户ID
-
-