From 39f2e9b35977420ba8afc64151cb9c424f4d26c7 Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期三, 06 十二月 2023 16:42:08 +0800 Subject: [PATCH] 修改 --- 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