自动化立体仓库 - WMS系统
zhangc
2024-12-12 5dc8a9f9aba3310fd21cad9509635bb7ec2f007f
src/main/java/com/zy/asrs/mapper/OrderMapper.java
@@ -13,6 +13,9 @@
@Repository
public interface OrderMapper extends BaseMapper<Order> {
    int updateTel(@Param("orderId")Long orderId, @Param("tel")String tel);
    int updateSettle(@Param("orderId")Long orderId, @Param("settle")Long settle, @Param("userId")Long userId);
    int updateSettle2(@Param("orderId")Long orderId, @Param("settle")Long settle, @Param("plt")Integer plt,@Param("inTime")String inTime);