|
|
|
@@ -124,7 +124,7 @@ public class WxFinancePrintController extends BaseController { |
|
|
|
@GetMapping("getTemplate") |
|
|
|
@TenantIgnore |
|
|
|
public ResultData getTemplate(@ModelAttribute String tenantId,Long templateId) { |
|
|
|
if (StringUtils.isBlank(tenantId) || null == templateId) { |
|
|
|
if (null == templateId) { |
|
|
|
return new ResultData(Result.ERROR,"参数不对"); |
|
|
|
} |
|
|
|
return new ResultData(wxFinancePrintService.getTemplateById(templateId)); |
|
|
|
|