自动化立体仓库 - WMS系统
pang.jiabao
2024-08-14 b20f26652b83b3cee96451f61b3092e53c1b3d55
src/main/java/com/zy/asrs/mapper/OrderMapper.java
@@ -1,8 +1,7 @@
package com.zy.asrs.mapper;
import com.zy.asrs.entity.Order;
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.zy.asrs.entity.OrderDetl;
import com.zy.asrs.entity.Order;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
@@ -15,4 +14,9 @@
    int updateSettle(@Param("orderId")Long orderId, @Param("settle")Long settle, @Param("userId")Long userId);
    List<Order> selectComplete();
    int addToLogTable(Order order);
    List<Order> selectorderNoL(@Param("orderNo")String orderNo);
}