jinlin
2 天以前 bf5b01b14dc7bfc214e646425a62f5593890d7e3
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`