Explorar el Código

投资明细列表修改

anderx hace 3 años
padre
commit
bf6faafcab
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/main/java/com/goafanti/common/mapper/AmbInvestMapper.xml

+ 1 - 0
src/main/java/com/goafanti/common/mapper/AmbInvestMapper.xml

@@ -174,5 +174,6 @@
     <if test="type==1">
       and a.accept_amb_id = #{id}
     </if>
+    order by  a.create_time desc
   </select>
 </mapper>