From 208bb2f289ce8a7b59f587a9f57e24c0fc8a0ba6 Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期日, 24 九月 2023 21:48:40 +0800
Subject: [PATCH] MOM系统-9-24 加班

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

diff --git a/inspect-server/src/main/resources/mapper/FinishedInspectMapper.xml b/inspect-server/src/main/resources/mapper/FinishedInspectMapper.xml
index 1030be2..5f5ea10 100644
--- a/inspect-server/src/main/resources/mapper/FinishedInspectMapper.xml
+++ b/inspect-server/src/main/resources/mapper/FinishedInspectMapper.xml
@@ -1,12 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
 <mapper namespace="com.yuanchu.mom.mapper.FinishedInspectMapper">
-    <!--娓呯┖妫�楠岀姸鎬�-->
-    <update id="updById">
-        update mom_ocean.finished_inspect
-        set result=null
-        where id = #{rawInspectId}
-    </update>
     <select id="selectFinishedInspectPage" resultType="map">
         SELECT f.`id`,
         f.`order_number`,

--
Gitblit v1.9.3