yb
21 小时以前 88c6a0e35a1edc37872fb11725c229124b037c43
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>