yb
2 天以前 45f273a2bdef5db34da34a1ac72ee26da5452c8d
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>