|
|
|
@@ -354,4 +354,11 @@ public class WxFinanceController extends BaseController { |
|
|
|
return new ResultData(wxFinanceService.getTemplateById(record.getId())); |
|
|
|
} |
|
|
|
|
|
|
|
@ApiOperation("打印项项目需要获取的租户号") |
|
|
|
@GetMapping("templateCurrentTenant") |
|
|
|
@TenantIgnore |
|
|
|
public ResultData templateCurrentTenant() { |
|
|
|
return new ResultData(this.getTenantInfo().getTenantId()); |
|
|
|
} |
|
|
|
|
|
|
|
} |