Jay
2024-10-12 e935f3d8ca5703db4fde6cae6e4f87d235dd6ff6
iailab-module-data/iailab-module-data-biz/src/main/resources/mapper/ind/IndItemDao.xml
@@ -6,7 +6,7 @@
    <select id="getItemList" resultType="com.iailab.module.data.ind.item.vo.IndItemRespVO">
        select
        t1.*,
        t2.id as atomItemId
        t2.item_id as atomItemId
        from t_ind_item t1
        left join t_ind_item_atom t2 on t2.item_id = t1.id
        <where>