src/main/resources/mapper/productionPlan/ProductionPlanMapper.xml
@@ -36,4 +36,10 @@ <result property="updateTime" column="update_time"/> </resultMap> <select id="listPage" resultType="com.ruoyi.productionPlan.dto.ProductionPlanDto"> SELECT production_plan.* FROM production_plan where 1=1 </select> </mapper>