maven
8 天以前 021e32b8a591de2ec53120390e3b6f9e34148b78
1
2
3
4
5
6
7
8
9
<?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.ruoyi.quality.mapper.QualityInspectFileMapper">
    <select id="qualityInspectFileListPage" resultType="com.ruoyi.quality.pojo.QualityInspectFile">
        select *
        from quality_inspect_file
        where inspect_id = #{qualityInspectFile.inspectId}
    </select>
</mapper>