|
|
|
@ -182,9 +182,9 @@ public class LabelQueryServiceImpl implements LabelQueryService { |
|
|
|
handlingUnit.setModifiedBy("SYSTEM"); |
|
|
|
|
|
|
|
// 处理失效日期 - rqrq |
|
|
|
if (dto.getExpiredDate() != null) { |
|
|
|
// if (dto.getExpiredDate() != null) { |
|
|
|
handlingUnit.setExpiredDate(dto.getExpiredDate()); |
|
|
|
} |
|
|
|
// } |
|
|
|
|
|
|
|
boolean result = handlingUnitService.updateById(handlingUnit); |
|
|
|
|
|
|
|
|