|
@@ -467,7 +467,6 @@ public class SpecimenOutboundServiceImpl implements SpecimenOutboundService {
|
|
//删除第一回库确认员
|
|
//删除第一回库确认员
|
|
existingSpecimen.setReturnConfirm(-0L).setReturnRejectReason(updateReqVO.getReturnRejectReason());
|
|
existingSpecimen.setReturnConfirm(-0L).setReturnRejectReason(updateReqVO.getReturnRejectReason());
|
|
|
|
|
|
- System.out.println(existingSpecimen.getReturnConfirm()+"=============================");
|
|
|
|
// 更新数据库
|
|
// 更新数据库
|
|
specimenOutboundMapper.updateById(existingSpecimen);
|
|
specimenOutboundMapper.updateById(existingSpecimen);
|
|
|
|
|