Преглед на файлове

【BL_2018110014】【修改报表排序导致的新建物料未显示在前面】

chenw преди 7 години
родител
ревизия
eb57c94b34
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      applications/storage/storage-server/src/main/resources/mapper/ProdInOutReportMapper.xml

+ 1 - 1
applications/storage/storage-server/src/main/resources/mapper/ProdInOutReportMapper.xml

@@ -60,7 +60,7 @@
         and  companyid = #{companyId}
       </if>
     </where>
-    order by pd_prodcode,pi_date desc
+    order by pd_prodcode desc,pi_date desc
   </select>