From c296b7d0c412429d29ad24bd34aa9def65045085 Mon Sep 17 00:00:00 2001 From: chenrui <1187576398@qq.com> Date: 星期四, 10 四月 2025 17:17:09 +0800 Subject: [PATCH] 成品下单检验新增字段 --- inspect-server/src/main/resources/mapper/InsSampleMapper.xml | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml index c26a110..99bf9d0 100644 --- a/inspect-server/src/main/resources/mapper/InsSampleMapper.xml +++ b/inspect-server/src/main/resources/mapper/InsSampleMapper.xml @@ -88,6 +88,8 @@ <result property="comValue" column="com_value" jdbcType="VARCHAR"/> <result property="equipValue" column="equip_value" jdbcType="VARCHAR"/> <result property="equipName" column="equip_name" jdbcType="VARBINARY"/> + <result property="testStartTime" column="test_start_time" jdbcType="VARBINARY"/> + <result property="testEndTime" column="test_end_time" jdbcType="VARBINARY"/> </resultMap> <resultMap id="sampleVo" type="com.ruoyi.inspect.vo.SampleVo"> @@ -161,7 +163,10 @@ ip.sort, ip.cable_tag, ip.structure_item_parameter_id, - ip.check_user_id + ip.check_user_id, + ip.radius, + ipr.test_start_time, + ipr.test_end_time </sql> -- Gitblit v1.9.3