更换方法名字

zhairh
郑明梁 2 years ago
parent 2f0cf64288
commit 75d82bbc44

@ -350,8 +350,8 @@ public class SupCertController {
* @throws Exception * @throws Exception
*/ */
@AuthRuleAnnotation("") @AuthRuleAnnotation("")
@PostMapping("/sup/info/printSupCertProduction") @PostMapping("/sup/info/printSupCertManufacturer")
public void printSupCertProduction(@RequestBody purPlanPrintRequest purPlanPrintRequest, HttpServletRequest request, HttpServletResponse response) throws Exception { public void printSupCertManufacturer(@RequestBody purPlanPrintRequest purPlanPrintRequest, HttpServletRequest request, HttpServletResponse response) throws Exception {
SystemPDFTemplateEntity systemPDFTemplateEntity = systemPDFTemplateService.selectById(purPlanPrintRequest.getTemplateId()); SystemPDFTemplateEntity systemPDFTemplateEntity = systemPDFTemplateService.selectById(purPlanPrintRequest.getTemplateId());
//打印单号标签 //打印单号标签
Map<String, Object> data = new HashMap<>(1); Map<String, Object> data = new HashMap<>(1);

Loading…
Cancel
Save