lidongdong
2024-07-09 da1ec05f29226cbf6884dbf31c8445afc404b603
花城 修改问题需求清单个人接单列表报错
2个文件已修改
3 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemInventoryMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemUnitTaskMapper.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemInventoryMapper.xml
@@ -166,7 +166,7 @@
            </if>
        </where>
        GROUP BY nfpi.id
        order by nfpi.status asc,nfpi.create_time desc
        order by nfpi.status asc,nfpi.creation_time desc
    </select>
springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/resources/mapper/NeedProblemUnitTaskMapper.xml
@@ -59,6 +59,7 @@
            </if>
        </where>
        GROUP BY nput.id
        order by nput.creation_time desc
    </select>
    <select id="getDetails" resultType="com.panzhihua.common.model.dtos.partybuilding.NeedProblemUnitTaskDTO">