lidongdong
2024-07-09 e488ef629280626d3b436455fc08c82777f02f1d
花城 修改问题需求清单排序
1个文件已修改
2 ■■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemInventoryMapper.xml 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemInventoryMapper.xml
@@ -102,6 +102,7 @@
            </if>
        </where>
        GROUP BY nfpi.id
        order by nfpi.status asc,nfpi.creation_time desc
    </select>
@@ -165,6 +166,7 @@
            </if>
        </where>
        GROUP BY nfpi.id
        order by nfpi.status asc,nfpi.create_time desc
    </select>