Explorar el Código

云南质检隐藏储量性质

mengy hace 5 años
padre
commit
547fc0a0f5

+ 1 - 1
src/main/java/com/chinaitop/depot/storage/mapper/StorageQualitycheckMapper.xml

@@ -1984,7 +1984,7 @@
1984 1984
         and STR_TO_DATE(sqk.check_time, '%Y-%m-%d')  <= #{searchEndDate}
1985 1985
       </if>
1986 1986
     </where>
1987
-    order by sqk.id desc
1987
+    order by sqk.check_time desc
1988 1988
   </select>
1989 1989
 
1990 1990
   <select id="getStoreQualityList"  resultType="java.util.Map" parameterType="java.lang.Integer">