|
|
@ -97,11 +97,10 @@ public class FactoryNodePushServiceImpl extends BaseServiceImpl<FactoryNodePushM |
|
|
|
updater.setResultContent(resBody); |
|
|
|
updater.setResultContent(resBody); |
|
|
|
updater.setId(factoryNodePushEntity.getId()); |
|
|
|
updater.setId(factoryNodePushEntity.getId()); |
|
|
|
baseMapper.updateById(updater); |
|
|
|
baseMapper.updateById(updater); |
|
|
|
return Boolean.TRUE; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
return Boolean.FALSE; |
|
|
|
return Boolean.TRUE; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|