XiaoRuby
2023-07-28 a33396e17dd847f31b62f416f7d9c5a58b79126b
inspection-server/src/main/resources/mapper/PlanMapper.xml
@@ -45,7 +45,7 @@
        limit #{pageSize},#{countSize}
    </select>
    <select id="selectInspection" resultType="com.yuanchu.limslaboratory.pojo.dto.PlanDto">
    <select id="selectInspection" resultType="com.yuanchu.limslaboratory.pojo.vo.FinPlanVo">
        select i.mid , p.inspection_id , p.state, p.create_time, p.name userName, i.name inspectUserName
        from (select inspection_id, state, plan.create_time, name
        from lims_laboratory.plan