|
|
@@ -4,6 +4,8 @@ import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
|
import com.sckw.transport.model.KwtLogisticsOrderCirculate;
|
|
|
import org.apache.ibatis.annotations.Mapper;
|
|
|
import org.apache.ibatis.annotations.Param;
|
|
|
+
|
|
|
+import java.util.Date;
|
|
|
import java.util.Map;
|
|
|
import java.util.List;
|
|
|
|
|
|
@@ -25,7 +27,8 @@ public interface KwtLogisticsOrderCirculateMapper extends BaseMapper<KwtLogistic
|
|
|
* @param id 循环单ID
|
|
|
* @return
|
|
|
*/
|
|
|
- int updateIdByKey(@Param("newId") Long newId, @Param("wOrderId") Long wOrderId, @Param("id") Long id);
|
|
|
+ int updateIdByKey(@Param("newId") Long newId, @Param("wOrderId") Long wOrderId, @Param("id") Long id,
|
|
|
+ @Param("updateBy") Long updateBy, @Param("updateTime") Date updateTime);
|
|
|
|
|
|
/**
|
|
|
* 查询循环单-根据司机id单据状态-联查表
|