智慧农业后台管理
xiebin
2022-07-21 0ab724c9e00868945417ce77b5e95d0ec6e2b93f
src/main/java/org/springblade/modules/machining/mapper/MachiningMapper.xml
@@ -20,7 +20,15 @@
    <select id="selectMachiningPage" resultMap="machiningResultMap">
        select * from sys_machining where is_deleted = 0
        select *
        from sys_machining
        where is_deleted = 0
    </select>
    <select id="selectInfo" resultType="java.util.HashMap">
        SELECT id as processId, machining_type as processName
        FROM `sys_machining`
        WHERE is_deleted = 0
    </select>
</mapper>