iailab-module-data/iailab-module-data-biz/src/main/resources/mapper/point/DaPointDao.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
iailab-module-data/iailab-module-data-biz/src/main/resources/mapper/point/DaPointDao.xml
@@ -68,6 +68,9 @@ <if test="params.isEnable != null "> and t1.is_enable = #{params.isEnable} </if> <if test="params.collectQuality != null and params.collectQuality != ''"> and t6.collect_quality = #{params.collectQuality} </if> </where> order by t1.create_time desc, t1.point_no desc </select>