Commit 58c1e52d authored by lanbaoming's avatar lanbaoming

2024-07-04-5提交

parent c88e39d7
...@@ -67,5 +67,6 @@ public interface OrderTimeMapper extends AbstractMapper<OrderTimeDO> { ...@@ -67,5 +67,6 @@ public interface OrderTimeMapper extends AbstractMapper<OrderTimeDO> {
//添加根据柜号获取卸柜时间 //添加根据柜号获取卸柜时间
Date getUlboxtime(long shipmentId); Date getUlboxtime(long shipmentId);
Date getCustomerOperateDate(long customerId,long newcustomerservice); Date getCustomerOperateDate(@Param("customerId") long customerId,
@Param("newcustomerservice") long newcustomerservice);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment