From 745d27feae34022ccb708aba034123e08e4e9e14 Mon Sep 17 00:00:00 2001
From: 1098226878@qq.com <1098226878@qq.com>
Date: 星期二, 28 十二月 2021 22:21:16 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
java110-db/src/main/resources/mapper/dev/DevServiceDAOImplMapper.xml | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/java110-db/src/main/resources/mapper/dev/DevServiceDAOImplMapper.xml b/java110-db/src/main/resources/mapper/dev/DevServiceDAOImplMapper.xml
index 8fe67ec..179e067 100644
--- a/java110-db/src/main/resources/mapper/dev/DevServiceDAOImplMapper.xml
+++ b/java110-db/src/main/resources/mapper/dev/DevServiceDAOImplMapper.xml
@@ -53,4 +53,16 @@
]]>
</select>
+ <select id="getBusinessTableHisAll" resultType="com.java110.dto.businessTableHis.BusinessTableHisDto">
+ <![CDATA[
+ SELECT
+ t.action_obj,t.action_obj actionObj,t.business_type_cd,t.business_type_cd
+ businessTypeCd,t.his_id,t.his_id hisId,t.action,t.remark,t.status_cd,t.status_cd
+ statusCd,t.action_obj_his,t.action_obj_his actionObjHis
+ from
+ c_business_table_his t
+ where t.status_cd = '0'
+ ]]>
+ </select>
+
</mapper>
--
Gitblit v1.8.0