ruoyi-system/src/main/resources/mapper/system/TItemMapper.xml
@@ -22,7 +22,7 @@ </sql> <select id="pageList" resultType="com.ruoyi.system.vo.TItemVO"> select t.id, t.type_id, t.item_name, t.sort_by, t.pictures, t.create_time, t.update_time, t.create_by, t.update_by, t.disabled t.id, t.type_id, t.item_name, t.sort_by, t.pictures, t.create_time, t.update_time, t.create_by, t.update_by, t.disabled, tt.type_name from t_item t left join t_item_type tt on t.type_id = tt.id