From 6b8129db21a0bb972e2c8102dfbea64113a2385b Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期一, 14 十月 2024 08:39:08 +0800
Subject: [PATCH] 报表添加编号字段,设置编号为null等于空,调整报工修改校验问题
---
north-glass-erp/src/main/resources/mapper/pp/PatchLogMapper.xml | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/north-glass-erp/src/main/resources/mapper/pp/PatchLogMapper.xml b/north-glass-erp/src/main/resources/mapper/pp/PatchLogMapper.xml
index e332834..78fc9a9 100644
--- a/north-glass-erp/src/main/resources/mapper/pp/PatchLogMapper.xml
+++ b/north-glass-erp/src/main/resources/mapper/pp/PatchLogMapper.xml
@@ -213,8 +213,7 @@
and r.reviewer regexp #{patchLog.reviewer}
</if>
</where>
- ) as zu
- limit #{offset},#{pageSize};
+ ) as zu
</select>
--
Gitblit v1.8.0