Commit 596a3cc4 authored by pobu168's avatar pobu168
Browse files

Merge branch '2289_workflow_interf_enhance' of...

Merge branch '2289_workflow_interf_enhance' of github.com:WeBankPartners/wecube-platform into 2289_workflow_interf_enhance
parents 6dcbbb89 6b115527
Showing with 1 addition and 0 deletions
+1 -0
......@@ -145,6 +145,7 @@ public class PluginPackageMgmtService extends AbstractPluginMgmtService {
if (latestVersionPluginPackagesEntity == null) {
latestVersionPluginPackagesEntity = lazyPluginPackage;
} else {
//TODO take pro version into consider
String formerVersion = latestVersionPluginPackagesEntity.getVersion();
int compare = versionComparator.compare(lazyPluginPackage.getVersion(), formerVersion);
if (compare > 0) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment