陶杰
2024-12-22 cd53b98d57136461f1ec84632218654f7c037b80
src/main/resources/mapper/supplier/SupplierMapper.xml
@@ -68,5 +68,6 @@
                LEFT JOIN t_station s ON t.station_id = s.id
                LEFT JOIN t_supplier_type st ON t.type_id = st.id
        WHERE t.user_Id=#{userId}
        and t.deleted = '0'
    </select>
</mapper>