From 5325dfb2fda7bd21bcbcf3c8c10be1ac95793d86 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期一, 05 八月 2024 20:40:48 +0800
Subject: [PATCH] 检验下单的委托人如果制单人的委托单位与选择的委托单位不一致,则委托人必须要进行填写,如果一致那么委托人就默认是制单人+.检验设备第一次进来直接所有样品的这个项目全部使用该设备,第二次修改就只针对当前样品

---
 inspect-server/src/main/resources/mapper/SampleOrderMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/inspect-server/src/main/resources/mapper/SampleOrderMapper.xml b/inspect-server/src/main/resources/mapper/SampleOrderMapper.xml
index c2758e7..46ed438 100644
--- a/inspect-server/src/main/resources/mapper/SampleOrderMapper.xml
+++ b/inspect-server/src/main/resources/mapper/SampleOrderMapper.xml
@@ -3,7 +3,7 @@
         PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
 <mapper namespace="com.yuanchu.mom.mapper.SampleOrderMapper">
-    <resultMap id="map" type="com.yuanchu.mom.dto.SampleOrder">
+    <resultMap id="map" type="com.yuanchu.mom.dto.SampleOrderDto">
         <id property="id" column="id" jdbcType="INTEGER"/>
         <result property="insResult" column="ins_result" jdbcType="INTEGER"/>
         <result property="insOrderId" column="ins_order_id" jdbcType="INTEGER"/>

--
Gitblit v1.9.3