yb
2 天以前 dadf90a142175590766a8bfdbc2a5486d707fa43
lxzn-module-mdc/src/main/java/org/jeecg/modules/mdc/mapper/xml/MdcEquipmentMagnificationMapper.xml
@@ -27,7 +27,7 @@
                #{ id }
            </foreach>
        </if>
        ORDER BY t1.the_date ASC
        ORDER BY t1.the_date,t1.equipment_id ASC
    </select>
@@ -53,6 +53,6 @@
                #{ id }
            </foreach>
        </if>
        ORDER BY t1.the_date ASC
        ORDER BY t1.the_date,t1.equipment_id ASC
    </select>
</mapper>