Index: ssts-tousse/src/main/java/com/forgon/disinfectsystem/tousse/toussedefinition/service/LaoKenThirdPartyTousseReceiveRecordManagerImpl.java =================================================================== diff -u -r41259 -r41281 --- ssts-tousse/src/main/java/com/forgon/disinfectsystem/tousse/toussedefinition/service/LaoKenThirdPartyTousseReceiveRecordManagerImpl.java (.../LaoKenThirdPartyTousseReceiveRecordManagerImpl.java) (revision 41259) +++ ssts-tousse/src/main/java/com/forgon/disinfectsystem/tousse/toussedefinition/service/LaoKenThirdPartyTousseReceiveRecordManagerImpl.java (.../LaoKenThirdPartyTousseReceiveRecordManagerImpl.java) (revision 41281) @@ -68,11 +68,11 @@ */ public class LaoKenThirdPartyTousseReceiveRecordManagerImpl extends BasePoManagerImpl implements LaoKenThirdPartyTousseReceiveRecordManager { - public static final String EVENT_NAME_RECYCLING = "开始清洗时器械确认"; + public static final String EVENT_NAME_RECYCLING = "开始清洗时包内器械确认"; public static final String EVENT_NAME_WASH = "清洗"; - public static final String EVENT_NAME_PACK = "检查组装"; + public static final String EVENT_NAME_PACK = "检查配装"; public static final String EVENT_NAME_REVIEW = "打包"; @@ -1606,7 +1606,7 @@ repBuffer.append(" 'ItemTypeId': 147,"); repBuffer.append(" 'ProducedDate': '2024/12/30 22:55',"); repBuffer.append(" 'SterilizeDate': '2024/12/30 20:14',"); - repBuffer.append(" 'SubTurnaroundID': '2025021700_21',"); + repBuffer.append(" 'SubTurnaroundID': '2025021700_22',"); //第三方器械包条码 repBuffer.append(" 'TurnaroundID': '2025021700',"); repBuffer.append(" 'ValidUseBeforeDate': '2025/06/28 20:14',"); @@ -1625,6 +1625,22 @@ repBuffer.append(" 'DeliverPoint': '聚焦刀护理单元',"); repBuffer.append(" 'DeliverPointId': 4009H,"); repBuffer.append(" 'Events': [{"); + repBuffer.append(" 'Date': '2024/12/30 13:36',"); + repBuffer.append(" 'EventName': '开始清洗时包内器械确认',"); + repBuffer.append(" 'EventOperator': 'cc',"); + repBuffer.append(" 'Machine': null,"); + repBuffer.append(" 'MachineBatch': null,"); + repBuffer.append(" 'SEQ': 1,"); + repBuffer.append(" 'Station': '语言播报工作站'"); + repBuffer.append(" },{"); + repBuffer.append(" 'Date': '2024/12/30 14:36',"); + repBuffer.append(" 'EventName': '完成清洗时包内器械确认',"); + repBuffer.append(" 'EventOperator': 'cc',"); + repBuffer.append(" 'Machine': null,"); + repBuffer.append(" 'MachineBatch': null,"); + repBuffer.append(" 'SEQ': 2,"); + repBuffer.append(" 'Station': '语言播报工作站'"); + repBuffer.append(" },{"); repBuffer.append(" 'Date': '2024/12/30 15:36',"); repBuffer.append(" 'EventName': '清洗',"); repBuffer.append(" 'EventOperator': '罗燕',"); @@ -1635,7 +1651,7 @@ repBuffer.append(" 'Station': '清洗工作站1'"); repBuffer.append(" }, {"); repBuffer.append(" 'Date': '2024/12/30 17:48',"); - repBuffer.append(" 'EventName': '检查组装',"); + repBuffer.append(" 'EventName': '检查配装',"); repBuffer.append(" 'EventOperator': '张美',"); repBuffer.append(" 'Machine': null,"); repBuffer.append(" 'MachineBatch': null,");