主程序

This commit is contained in:
tangw 2025-10-30 16:32:49 +08:00
parent 7f6df18ae7
commit 09bbed73f7

View File

@ -392,6 +392,7 @@ public class ReportUtil {
//如果文件不存在则写入 //如果文件不存在则写入
if(!ImageUtils.isFileExists(filepath)){ if(!ImageUtils.isFileExists(filepath)){
byte[] txnr= commonUtil.getComUsrdzqm(yhdh); byte[] txnr= commonUtil.getComUsrdzqm(yhdh);
if(txnr==null)return "";
try { try {
ImageUtils.generateToStaticDir(txnr, dirpath, txlbmc); ImageUtils.generateToStaticDir(txnr, dirpath, txlbmc);
} catch (IOException e) { } catch (IOException e) {