|
|
@ -154,7 +154,7 @@ public class FirstAidService implements IFirstAidService{ |
|
|
|
firstAidLogJoin.setOperationUserId(userId); |
|
|
|
firstAidLogJoin.setOperationType((byte) 7); |
|
|
|
firstAidLogJoin.setOperationRole(position); |
|
|
|
firstAidLogMapper.insertSelective(firstAidLog); |
|
|
|
firstAidLogMapper.insertSelective(firstAidLogJoin); |
|
|
|
} |
|
|
|
//添加疑似诊断信息
|
|
|
|
FirstAidRecord firstAidRecord = new FirstAidRecord(); |
|
|
|