XiaoRuby
2023-08-03 fbba4ea24430b14eee18b190b7e08f1a58a8e504
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