|
|
@@ -1057,7 +1057,7 @@ public class HxpStockServiceImpl implements IHxpStockService {
|
|
|
warningNoticeLogDto.setName(hxpStock.getChemicalName());
|
|
|
warningNoticeLogDto.setWarningType(2);
|
|
|
warningNoticeLogDto.setWarningSubType(1);
|
|
|
- warningNoticeLogDto.setWarningContent("化学品违规带离");
|
|
|
+ warningNoticeLogDto.setWarningContent("化学品超时未归还");
|
|
|
warningNoticeLogDto.setWarningTime(LocalDateTime.now());
|
|
|
warningNoticeLogDto.setWarningWay(warningConfigDto.getTimeout());
|
|
|
warningNoticeLogDto.setMargin(hxpStock.getOutUsages());
|