|
@ -480,9 +480,9 @@ public class OutStockService extends ServiceImpl<OutStockMapper, OutStock> { |
|
|
//设置文件名
|
|
|
//设置文件名
|
|
|
String fileName = null; |
|
|
String fileName = null; |
|
|
if (state == 0) { |
|
|
if (state == 0) { |
|
|
fileName = "8月货物入库质押表" + sdf.format(new Date()) + ".xlsx"; |
|
|
fileName = "货物入库质押表" + sdf.format(new Date()) + ".xlsx"; |
|
|
}else { |
|
|
}else { |
|
|
fileName = "8月质物解除质押出库表" + sdf.format(new Date()) + ".xlsx"; |
|
|
fileName = "质物解除质押出库表" + sdf.format(new Date()) + ".xlsx"; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
String savePath = filePath + File.separator + fileName; |
|
|
String savePath = filePath + File.separator + fileName; |
|
|