浏览代码

建设工程规划许可列表获取

gushoubang 2 月之前
父节点
当前提交
93b86474a5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      siwei-modules/siwei-apply/src/main/resources/mapper/JsgcghxkMapper.xml

+ 1 - 0
siwei-modules/siwei-apply/src/main/resources/mapper/JsgcghxkMapper.xml

@@ -42,6 +42,7 @@
         SELECT *
         FROM t_jsgcghxk
         WHERE project_id = #{projectId}
+        ORDER BY created_at ASC
     </select>
 
     <!-- 更新记录 -->