This commit is contained in:
hayu 2026-01-06 15:36:17 +08:00
parent 075a7f53f6
commit dce6fcfa4f
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ public class ReceiveDetailsController extends BaseController<ReceiveDetailsBean>
List<String> headers = machineTypeHeader();
//红字部分
String remark = "(填写需领设备的客服代表和领料数量)";
String remark = "(填写客服代表和领料数量)";
HSSFWorkbook workbook = POIOutputHelper.excelTwo(results, headers, filename, remark);
OutputStream out = null;
response.setContentType("application/vnd.ms-excel;charset=UTF-8");