|
@@ -5896,6 +5896,12 @@ router.route("/selectExamineTeaRemind").all(function(req, res, next) {
|
|
getmysql(req, res, "selectExamineTeaRemind", json["oid"], json["org"], json["tea"], json["ptype"]);
|
|
getmysql(req, res, "selectExamineTeaRemind", json["oid"], json["org"], json["tea"], json["ptype"]);
|
|
|
|
+ getmysql(req, res, "selectWorksEvaScore", json["uid"], json["cid"]);
|
|
router.route("/selectOrgTeachar").all((req, res, next) => {
|
|
router.route("/selectOrgTeachar").all((req, res, next) => {
|