ソースを参照

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

gushoubang 2 ヶ月 前
コミット
93b86474a5

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