|
|
|
@ -729,7 +729,7 @@ public class HighDangerController { |
|
|
|
|
|
|
|
|
|
|
|
// 暂存数据
|
|
|
|
// 暂存数据
|
|
|
|
if(manualInvestigation.getTemporary() == Boolean.FALSE){ |
|
|
|
if(manualInvestigation.getTemporary() == Boolean.FALSE){ |
|
|
|
highDangerMapper.updateTemporary(manualInvestigation.getBusinessId(), "99"); |
|
|
|
// highDangerMapper.updateTemporary(manualInvestigation.getBusinessId(), "99");
|
|
|
|
log.info("/saveManualInvestigation(保存 & 暂存人工排查)接口返回, 客户端ip: {}, 返回数据:{},{}", request.getRemoteAddr(),"数据已暂存", manualInvestigation); |
|
|
|
log.info("/saveManualInvestigation(保存 & 暂存人工排查)接口返回, 客户端ip: {}, 返回数据:{},{}", request.getRemoteAddr(),"数据已暂存", manualInvestigation); |
|
|
|
return ServerResponse.ok("数据已暂存",manualInvestigation); |
|
|
|
return ServerResponse.ok("数据已暂存",manualInvestigation); |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
|