工业互联网平台2.0版本后端代码
潘志宝
2024-09-25 25019019f6495696ec1f3b7276ccb78f0f5905e8
iailab-module-data/iailab-module-data-biz/src/main/resources/mapper/point/DaPointDao.xml
文件名从 iailab-module-data/iailab-module-data-biz/src/main/resources/mapper/da/DaPointDao.xml 修改
@@ -64,7 +64,7 @@
                and t1.is_enable = #{params.isEnable}
            </if>
        </where>
        order by t1.point_no desc
        order by t1.create_time desc
    </select>
    <select id="getConstantPoint" resultType="com.iailab.module.data.point.dto.DaPointDTO">