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查看详情-->