From c7bf4b8773f888fd5be613b7bb6fb8ae4a47b028 Mon Sep 17 00:00:00 2001 From: zyx <zyx123456> Date: 星期二, 23 四月 2024 16:53:57 +0800 Subject: [PATCH] # --- src/main/resources/mapper/ViewInOutMapper.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/ViewInOutMapper.xml b/src/main/resources/mapper/ViewInOutMapper.xml index 8152776..7c931ee 100644 --- a/src/main/resources/mapper/ViewInOutMapper.xml +++ b/src/main/resources/mapper/ViewInOutMapper.xml @@ -24,7 +24,7 @@ <select id="queryViewInOutList" parameterType="com.zy.asrs.entity.ViewInOutBean" resultType="com.zy.asrs.entity.ViewInOutBean"> select * from ( select *,ROW_NUMBER() OVER(Order by ymd desc) as rowid - from asr_sta_inout_view + from man_loc_InOut_view <where> 1=1 <include refid="viewInOutConditionSql"></include> @@ -39,7 +39,7 @@ </select> <select id="getViewInOutCount" parameterType="com.zy.asrs.entity.ViewInOutBean" resultType="Integer"> -select count(1) from asr_sta_inout_view a +select count(1) from man_loc_InOut_view a <where> <![CDATA[ 1=1 -- Gitblit v1.9.1