夏文涛 2 lat temu
rodzic
commit
ca3ab36113

Plik diff jest za duży
+ 77 - 815
.idea/workspace.xml


+ 2 - 0
src/main/resources/mapper/template/SmartVisitorMapper.xml

@@ -47,6 +47,7 @@
         <if test="statu != null and statu != ''">
         <if test="statu != null and statu != ''">
             and sv.statu = #{statu}
             and sv.statu = #{statu}
         </if>
         </if>
+        order by sv.create_time desc
     </select>
     </select>
 
 
 
 
@@ -107,6 +108,7 @@
             ${isAdmin}
             ${isAdmin}
         </if>
         </if>
         )
         )
+        order by create_time desc
     </select>
     </select>
 
 
 </mapper>
 </mapper>

+ 2 - 0
target/classes/mapper/template/SmartVisitorMapper.xml

@@ -47,6 +47,7 @@
         <if test="statu != null and statu != ''">
         <if test="statu != null and statu != ''">
             and sv.statu = #{statu}
             and sv.statu = #{statu}
         </if>
         </if>
+        order by sv.create_time desc
     </select>
     </select>
 
 
 
 
@@ -107,6 +108,7 @@
             ${isAdmin}
             ${isAdmin}
         </if>
         </if>
         )
         )
+        order by create_time desc
     </select>
     </select>
 
 
 </mapper>
 </mapper>

BIN
target/mybatis_plus-0.0.1-SNAPSHOT.jar.original