From 160ea3f57ea8afa00397035a19831d99f8fc537e Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期二, 24 八月 2021 22:48:58 +0800
Subject: [PATCH] 优化代码
---
java110-db/src/main/resources/mapper/oa/OaWorkflowFormServiceDaoImplMapper.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/oa/OaWorkflowFormServiceDaoImplMapper.xml b/java110-db/src/main/resources/mapper/oa/OaWorkflowFormServiceDaoImplMapper.xml
index 551e6d3..915cbb6 100644
--- a/java110-db/src/main/resources/mapper/oa/OaWorkflowFormServiceDaoImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/oa/OaWorkflowFormServiceDaoImplMapper.xml
@@ -121,7 +121,7 @@
<!-- 鏌ヨOA琛ㄥ崟鏁伴噺 add by wuxw 2018-07-03 -->
<select id="queryOaWorkflowFormDataCount" parameterType="Map" resultType="Map">
select count(1) count
- from #{tableName} t
+ from ${tableName} t
where 1 =1
and t.store_id = #{storeId}
and t.status_cd= '0'
@@ -142,7 +142,7 @@
<!-- 鏌ヨOA琛ㄥ崟鏁伴噺 add by wuxw 2018-07-03 -->
<select id="queryOaWorkflowFormDatas" parameterType="Map" resultType="Map">
select t.*
- from #{tableName} t
+ from ${tableName} t
where 1 =1
and t.store_id = #{storeId}
and t.status_cd= '0'
--
Gitblit v1.8.0