| | |
| | | myParam.setOpenType(openType); |
| | | |
| | | BaseResponse<Boolean> result = dealWithCommandResult(myParam); |
| | | // 如果命令执行失败,则再次执行命令 |
| | | if(!result.isSuccess()) { |
| | | myParam.setComId(new IDLongGenerator().generate()); |
| | | result = dealWithCommandResult(myParam); |
| | | } |
| | | |
| | | Map map = new HashMap<>(); |
| | | map.put("success", result.isSuccess()); |
| | |
| | | myParam.setParam(param); |
| | | myParam.setRtuResultSendWebUrl(rtuCallbackUrl_wx); |
| | | myParam.setOperator(operator); |
| | | //BaseResponse<Boolean> result = dealWithCommandResult(myParam); |
| | | |
| | | BaseResponse<Boolean> result = dealWithCommandResult(myParam); |
| | | // 如果命令执行失败,则再次执行命令 |
| | | if(!result.isSuccess()) { |
| | | myParam.setComId(new IDLongGenerator().generate()); |
| | | result = dealWithCommandResult(myParam); |
| | | } |
| | | |
| | | Map map = new HashMap<>(); |
| | | map.put("success", result.isSuccess()); |
| | |
| | | irIntakeOperate.setOperateType(operatetype); |
| | | irIntakeOperate.setCommandId(comId); |
| | | irIntakeOperate.setIntakeId(intakeId); |
| | | irIntakeOperate.setCommandResult((byte)1); |
| | | |
| | | Long id = addIntakeOperate(irIntakeOperate); |
| | | if(id == null) { |
| | |
| | | myParam.setRtuResultSendWebUrl(rtuCallbackUrl_wx); |
| | | myParam.setOperator(operator); |
| | | //return dealWithCommandResult(myParam); |
| | | |
| | | BaseResponse<Boolean> result = dealWithCommandResult(myParam); |
| | | // 如果命令执行失败,则再次执行命令 |
| | | if(!result.isSuccess()) { |
| | | myParam.setComId(new IDLongGenerator().generate()); |
| | | result = dealWithCommandResult(myParam); |
| | | } |
| | | |
| | | Map map = new HashMap<>(); |
| | | map.put("success", result.isSuccess()); |