From 499dfffcf6e41f558e80f57e16860e6fb2bdcb31 Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期四, 30 十一月 2023 10:40:16 +0800 Subject: [PATCH] 6 --- modules/mainPart/src/main/resources/mapper/itemCirculatOrder/ItemCirculatOrderDao.xml | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/modules/mainPart/src/main/resources/mapper/itemCirculatOrder/ItemCirculatOrderDao.xml b/modules/mainPart/src/main/resources/mapper/itemCirculatOrder/ItemCirculatOrderDao.xml index 0944e7b..f9e3d1c 100644 --- a/modules/mainPart/src/main/resources/mapper/itemCirculatOrder/ItemCirculatOrderDao.xml +++ b/modules/mainPart/src/main/resources/mapper/itemCirculatOrder/ItemCirculatOrderDao.xml @@ -17,16 +17,6 @@ ORDER BY ${orderBySql} </if> </select> - <select id="itemList" resultType="com.zt.core.sys.dto.DictIstance"> - SELECT m.* - FROM software_test_order_measured m - JOIN software_test_order s ON s.id = m.order_id - <where> - s.is_delete = 0 and m.is_delete = 0 - <if test="projectId!=null"> - and s.project_id = ${projectId} - </if> - </where> - </select> + </mapper> -- Gitblit v1.9.1