Merge branch 'update' into develop

master
wangning 7 years ago
commit d634cdde53

@ -1151,6 +1151,9 @@ public class RetailAppServiceImp implements RetailAppService {
}
res.put("update_type", update_type);
return res;
}else if(Integer.valueOf(newVersion[i])<Integer.valueOf(oldVersion[i])){
res.put("update_type", update_type);
return res;
}
}
res.put("update_type", update_type);

Loading…
Cancel
Save