From 2c19fa65dc87ea8f3d81f84154f4eeabff7f8d00 Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期四, 05 六月 2025 12:36:47 +0800 Subject: [PATCH] zjh20250605 --- ltkj-hosp/src/main/resources/mapper/TjPackageMapper.xml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/ltkj-hosp/src/main/resources/mapper/TjPackageMapper.xml b/ltkj-hosp/src/main/resources/mapper/TjPackageMapper.xml index dbf7b91..6b78b04 100644 --- a/ltkj-hosp/src/main/resources/mapper/TjPackageMapper.xml +++ b/ltkj-hosp/src/main/resources/mapper/TjPackageMapper.xml @@ -42,6 +42,8 @@ deleted, pac_status, price, + limits, + new_price, category_id, keywords, is_on_sale, @@ -52,7 +54,8 @@ sale_num, category_id, his_pac_bm, - pym,tj_category + pym, + tj_category from tj_package </sql> @@ -62,6 +65,7 @@ <if test="pacName != null and pacName != ''">and pac_name like concat('%', #{pacName}, '%')</if> <if test="pacRemark != null and pacRemark != ''">and pac_remark like concat('%', #{pacRemark}, '%')</if> <if test="categoryId != null and categoryId != ''">and category_id = #{categoryId}</if> + <if test="tjCategory != null and tjCategory != ''">and tj_category = #{tjCategory}</if> and deleted =0 </where> </select> -- Gitblit v1.8.0