From 07e58d77abaf0e82ca7673e0e84c43fc5ea664a3 Mon Sep 17 00:00:00 2001 From: wente <329538422@qq.com> Date: 星期一, 18 十二月 2023 09:14:27 +0800 Subject: [PATCH] 合同评审及登录页 --- modules/mainPart/src/main/resources/mapper/testCheckOrder/TestCheckOrderDao.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/mainPart/src/main/resources/mapper/testCheckOrder/TestCheckOrderDao.xml b/modules/mainPart/src/main/resources/mapper/testCheckOrder/TestCheckOrderDao.xml index 176226c..27dd8e7 100644 --- a/modules/mainPart/src/main/resources/mapper/testCheckOrder/TestCheckOrderDao.xml +++ b/modules/mainPart/src/main/resources/mapper/testCheckOrder/TestCheckOrderDao.xml @@ -4,9 +4,9 @@ <mapper namespace="com.zt.life.modules.testCheckOrder.dao.TestCheckOrderDao"> <select id="getList" resultType="com.zt.life.modules.testCheckOrder.model.TestCheckOrder"> - select a.* ,p.* + select a.* ,p.software_identity,p.software_name from test_check_order a - INNER JOIN project p ON p.id = a.project_id + INNER JOIN project p ON p.id = a.project_id <where> a.is_delete = 0 and p.is_delete = 0 <if test="whereSql!=null"> -- Gitblit v1.9.1