|
|
@@ -95,7 +95,7 @@ public class ConsumptionEventHandler implements HikEventHandler {
|
|
|
}
|
|
|
|
|
|
// 进行扣费逻辑处理 调用现有的消费入库的接口
|
|
|
- RemoteConsumeBo remoteBo = setParamBo(receive, consumptionEvent);;
|
|
|
+ RemoteConsumeBo remoteBo = setParamBo(receive, consumptionEvent);
|
|
|
remoteBo.setRecordStatus(364L);
|
|
|
remoteBo.setRecordId(0L);
|
|
|
RemoteResultDto result = remoteConsumeService.dealHikUploadRecord(remoteBo);
|