|
@@ -345,6 +345,7 @@ public class SpecimenOutboundServiceImpl implements SpecimenOutboundService {
|
|
LogRecordContext.putVariable("existingSpecimen", existingSpecimen);
|
|
LogRecordContext.putVariable("existingSpecimen", existingSpecimen);
|
|
LogRecordContext.putVariable("operatorNickname", operatorNickname);
|
|
LogRecordContext.putVariable("operatorNickname", operatorNickname);
|
|
LogRecordContext.putVariable("twoOperatorNickname", twoOperatorNickname);
|
|
LogRecordContext.putVariable("twoOperatorNickname", twoOperatorNickname);
|
|
|
|
+ LogRecordContext.putVariable("existingSpecimen", existingSpecimen); // 添加更新的出库单对象
|
|
|
|
|
|
//发送站内信
|
|
//发送站内信
|
|
String templateCode = "specimen_withdrawal_confirmed";
|
|
String templateCode = "specimen_withdrawal_confirmed";
|