小票门诊缴费模板优化

This commit is contained in:
2025-06-19 18:26:40 +08:00
parent 3bc83f07db
commit 25597dcfc9
2 changed files with 29 additions and 25 deletions

View File

@@ -74,8 +74,8 @@ public class RegisterServiceImpl implements PrintService {
int dinyHeight = 0;
if (templateName.equals("department")) {
// 由于是使用的门诊小票-T2那么默认的高度为1000强行设置通过动态修改渲染的图片的高度
height = 1000;
// 由于是使用的门诊小票-T2那么默认的高度为1100强行设置通过动态修改渲染的图片的高度
height = 1100;
// 单行最大长度为10
int singleLineMaxLength = 10;