Przeglądaj źródła

Merge branch 'test2' of jishutao/kede-server into prod

anderx 1 rok temu
rodzic
commit
87792847c2

+ 1 - 1
src/main/java/com/goafanti/weChat/controller/AdminReleaseApiController.java

@@ -465,7 +465,7 @@ public class AdminReleaseApiController extends CertifyApiController{
 	public Result releaseAndExpenseCountExport (InputreleaseAndExpenseCount in){
 		List<releaseAndExpenseCountOut> list = publicReleaseService.releaseAndExpenseCount(in);
 		NewExcelUtil<releaseAndExpenseCountOut> excelUtil=new NewExcelUtil<>(releaseAndExpenseCountOut.class);
-		return excelUtil.exportExcel(list,"公出&报销表",uploadPath);
+		return excelUtil.exportExcel(list,"公出报销表",uploadPath);
 	}