From c0bb46edcd148f77b992b82996eec26966d7c206 Mon Sep 17 00:00:00 2001 From: Administrator <zhubaomin> Date: 星期四, 20 六月 2024 15:59:59 +0800 Subject: [PATCH] Merge branch 'master' of http://8.140.179.55:20000/r/pipIrr-SV --- pipIrr-platform/pipIrr-global/src/main/resources/mapper/SeVirtualCardMapper.xml | 15 ++++----------- 1 files changed, 4 insertions(+), 11 deletions(-) diff --git a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/SeVirtualCardMapper.xml b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/SeVirtualCardMapper.xml index 54511ba..d517e21 100644 --- a/pipIrr-platform/pipIrr-global/src/main/resources/mapper/SeVirtualCardMapper.xml +++ b/pipIrr-platform/pipIrr-global/src/main/resources/mapper/SeVirtualCardMapper.xml @@ -21,7 +21,8 @@ <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap"> <!--@mbg.generated--> select - <include refid="Base_Column_List" /> +<!-- <include refid="Base_Column_List" />--> + * from se_virtual_card where id = #{id,jdbcType=BIGINT} </select> @@ -240,11 +241,7 @@ WHEN order_state = 2 THEN "宸叉敮浠�" END) AS orderStateName FROM se_vc_recharge - <where> - <if test = "orderState != null"> - order_state = #{orderState,jdbcType=TINYINT} - </if> - </where> + where order_state = 2 order by recharge_time DESC <if test="pageCurr != null and pageSize != null"> LIMIT ${(pageCurr-1)*pageSize}, ${pageSize} @@ -255,10 +252,6 @@ SELECT COUNT(*) FROM se_vc_recharge - <where> - <if test = "orderState != null"> - order_state = #{orderState,jdbcType=TINYINT} - </if> - </where> + where order_state = 2 </select> </mapper> \ No newline at end of file -- Gitblit v1.8.0