Commit bb02fdbc authored by hezhen's avatar hezhen

123

parent 5f52e07d
......@@ -51,9 +51,9 @@ public class AppVersionController extends BaseController<AppVersionBiz,AppVersio
){
ObjectRestResponse restResponse=null;
if (isH5!=null&&isH5==1){
restResponse= baseBiz.getVersion(version,type);
restResponse= baseBiz.getVersionH5(type);
}else {
restResponse=baseBiz.getVersionH5(type);
restResponse=baseBiz.getVersion(version,type);
}
return restResponse;
}
......
Markdown is supported
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