This commit is contained in:
linfso 2025-01-09 15:52:07 +08:00
parent 38b317a07d
commit b3ee144aa1

View File

@ -4246,6 +4246,7 @@ public class EmisWaybillServiceImpl extends EmisBaseService implements IEmisWayb
IOUtils.closeQuietly(outputStream);
}
catch (Exception ex){
ex.printStackTrace();
throw new EmisBizError(EmisBizErrorType.FAIL,"生成进仓单出错:"+ ex.getMessage());
}