Explorar el Código

虫害检查-排序

hanqingsong hace 1 año
padre
commit
576eedb244

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

@@ -555,5 +555,6 @@
555 555
         org_id = #{orgId}
556 556
         and house_id = #{houseId}
557 557
         and warehouse_id = #{warehouseId}
558
+    order by id desc limit 0,1
558 559
   </select>
559 560
 </mapper>