From 58b691e9cfe1e5e1ae8a62c8b66f1995eaad0e9e Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期四, 27 二月 2025 15:07:32 +0800 Subject: [PATCH] 导出osd问题 以及缺少小时改分钟 --- ycl-pojo/src/main/java/com/ycl/platform/domain/query/YwPointQuery.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/query/YwPointQuery.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/query/YwPointQuery.java index ab67966..0c05fac 100644 --- a/ycl-pojo/src/main/java/com/ycl/platform/domain/query/YwPointQuery.java +++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/query/YwPointQuery.java @@ -22,7 +22,8 @@ public class YwPointQuery extends AbsQuery { /** 鍏抽敭璇� */ private String keyword; - + /** 鍗曚綅 */ + private Integer unitId; /** 鍔ㄦ�佸垪鐨勮〃鏄庢潯浠� */ private String tableName = "t_yw_point"; -- Gitblit v1.8.0