From 696d71cdc4eefa49951b7e14556fe56072714edd Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期一, 11 八月 2025 18:10:29 +0800 Subject: [PATCH] 添加字段 --- ltkj-hosp/src/main/resources/mapper/TjCustomerMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ltkj-hosp/src/main/resources/mapper/TjCustomerMapper.xml b/ltkj-hosp/src/main/resources/mapper/TjCustomerMapper.xml index edf3ce8..bbc72e2 100644 --- a/ltkj-hosp/src/main/resources/mapper/TjCustomerMapper.xml +++ b/ltkj-hosp/src/main/resources/mapper/TjCustomerMapper.xml @@ -96,7 +96,7 @@ <select id="selectTjCustomerByCusId" parameterType="Long" resultMap="TjCustomerResult"> <include refid="selectTjCustomerVo"/> - where cus_id = #{cusId} and deleted = '0' + where cus_id = #{cusId} </select> <insert id="insertTjCustomer" parameterType="TjCustomer" useGeneratedKeys="true" keyProperty="cusId"> -- Gitblit v1.8.0