Explorar el Código

修改应用获取接口

SanHQin hace 4 meses
padre
commit
194700308c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -8701,7 +8701,7 @@ router.route('/insert_appStoreJson').all((req,res,next)=>{
 //qgt 应用管理-获取应用
 router.route('/select_appStore').all((req,res,next)=>{
 	var json = queryString(req.url);
-	getmysql(req, res, "select_appStore", json["uid"],json["name"],json["label"],json["type"],json["juri"],json["stand"]);
+	getmysql(req, res, "select_appStore", json["uid"],json["name"],json["label"],json["type"],json["juri"],json["stand"],json['status']);
 })
 
 //qgt 应用管理-修改应用