XiaoRuby
2023-09-11 e2c14ffb0a6237bb5c397f5d0baaa4fa70cfe3b0
inspect-server/src/main/resources/mapper/RawInspectMapper.xml
@@ -56,6 +56,7 @@
        <if test="name!=null and name!=''">
            and name like concat('%',#{name},'%')
        </if>
        ORDER BY id DESC
    </select>
    <!--根据原材料检验单id查看详情-->