From 57c0be167c21c6841e18d7c6e78a5fae678e8dd1 Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期五, 06 六月 2025 16:19:02 +0800 Subject: [PATCH] 增加传递价格规则 --- ltkj-hosp/src/main/resources/mapper/hosp/TjOrderMapper.xml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ltkj-hosp/src/main/resources/mapper/hosp/TjOrderMapper.xml b/ltkj-hosp/src/main/resources/mapper/hosp/TjOrderMapper.xml index ae80224..b4b4a90 100644 --- a/ltkj-hosp/src/main/resources/mapper/hosp/TjOrderMapper.xml +++ b/ltkj-hosp/src/main/resources/mapper/hosp/TjOrderMapper.xml @@ -328,8 +328,8 @@ <delete id="deleteTjOrderByOrderId" parameterType="Long"> - delete - from tj_order + update tj_order + set deleted = 1 where order_id = #{orderId} </delete> @@ -365,6 +365,7 @@ #{shys,mode=IN,jdbcType=VARCHAR}, #{beginTime,mode=IN,jdbcType=VARCHAR}, #{endTime,mode=IN,jdbcType=VARCHAR}, + #{p_tjCategory,mode=IN,jdbcType=VARCHAR}, #{total,mode=OUT,jdbcType=INTEGER} )} </select> -- Gitblit v1.8.0