|
@@ -391,6 +391,12 @@ router.route('/selectUserByOidS2').all((req, res, next) => {
|
|
getmysql(req, res, "selectUserByOidS2", json['oid'], json['org'], json['cu'], json['cn'], json['page'], json['pageSize']);
|
|
getmysql(req, res, "selectUserByOidS2", json['oid'], json['org'], json['cu'], json['cn'], json['page'], json['pageSize']);
|
|
|
|
+ getmysql(req, res, "selectUserByOidS2Studio", json['oid'], json['org'], json['cu'], json['cn'], json['page'], json['pageSize']);
|
|
router.route('/selectC').all((req, res, next) => {
|
|
router.route('/selectC').all((req, res, next) => {
|