jinlin
2025-05-13 66f0597bf6a1e79540c6bc51dedf561c22f3bdb5
src/main/resources/mapper/progressTrack/DjJdgzNetworkLevel2Dao.xml
@@ -45,9 +45,6 @@
                and b.ship_id = ${shipId}
            </if>
        </where>
        <if test="orderBySql!=null">
            ORDER BY ${orderBySql}
        </if>
    </select>
    <select id="getLevel2List" resultType="com.example.client.dto.JComboBoxItem">
        select a.id,c.process_name as `name`