소스 검색

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

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>
 
     <!-- 更新记录 -->