智慧农业后台管理
guoshilong
2022-08-04 7b93bac497d5b698bb4d852dbd25c6397eaea0f2
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,machining_tp as processUrl
        FROM `sys_machining`
        WHERE is_deleted = 0
    </select>
</mapper>