XiaoRuby
2023-09-24 20956b0f05f81ca47cf6c3e8f9b3b426e9cfd035
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`,