From 20956b0f05f81ca47cf6c3e8f9b3b426e9cfd035 Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期日, 24 九月 2023 21:54:01 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/inspect-server/src/main/resources/mapper/ProcessInspectMapper.xml b/inspect-server/src/main/resources/mapper/ProcessInspectMapper.xml
index 68aea86..f838547 100644
--- a/inspect-server/src/main/resources/mapper/ProcessInspectMapper.xml
+++ b/inspect-server/src/main/resources/mapper/ProcessInspectMapper.xml
@@ -2,10 +2,6 @@
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" >
 <mapper namespace="com.yuanchu.mom.mapper.ProcessInspectMapper">
 
-    <!--灏嗘楠岀姸鎬佷慨鏀逛负null-->
-    <update id="updById">
-        update mom_ocean.process_inspect set result=null where id=#{rawInspectId}
-    </update>
     <!--鏂板杩囩▼妫�楠屽崟-鏍规嵁璁㈠崟鍙烽�夋嫨浜у搧淇℃伅鍜屽伐鑹�-->
     <resultMap id="oneMap" type="map">
         <id property="name" column="material"/>
@@ -124,4 +120,4 @@
             and result =#{result}
         </if>
     </select>
-</mapper>
\ No newline at end of file
+</mapper>

--
Gitblit v1.9.3