Commit 2c6a2a9d authored by wux's avatar wux

bug272:出货-海运查询和财务报表-卸柜查询字段取值有误

parent 171cf808
......@@ -88,7 +88,7 @@ public class BoxCabinetUnloadServiceImpl extends AbstractService<BoxCabinetUnloa
// 更新
BoxCabinetUnloadDO updateObj = BoxCabinetUnloadConvert.INSTANCE.convert(updateReqVO);
boxCabinetUnloadMapper.updateById(updateObj);
updateBoxUlStatus(updateReqVO.getShipmentId(), updateReqVO.getOperateType(), updateReqVO.getUlBoxTime());
updateBoxUlStatus(updateReqVO.getShipmentId(), updateReqVO.getOperateType(), updateReqVO.getUlWarehouseTime());
}
private void updateBoxUlStatus(Long shipmentId, Integer operateType, Date ulBoxTime) {
......
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