| | |
| | | @Resource |
| | | private CommunityService communityService; |
| | | |
| | | @Value("${excel.comactsocialworkerUrl}") |
| | | private String comactsocialworkerUrl; |
| | | // @Value("${excel.comactsocialworkerUrl}") |
| | | // private String comactsocialworkerUrl; |
| | | /** |
| | | * 新增社工 |
| | | * @param {classNameFirstLower}AddDTO 添加社工传递对象 |
| | |
| | | } |
| | | |
| | | |
| | | @GetMapping("/getTemplate") |
| | | @ApiOperation("获取模板") |
| | | public R getTemplate(){ |
| | | return R.ok(comactsocialworkerUrl); |
| | | } |
| | | // @GetMapping("/getTemplate") |
| | | // @ApiOperation("获取模板") |
| | | // public R getTemplate(){ |
| | | // return R.ok(comactsocialworkerUrl); |
| | | // } |
| | | |
| | | } |