|
@@ -1271,6 +1271,14 @@ router.route("/updateWorksEvaTwo").get((req, res, next) => {
|
|
|
);
|
|
|
});
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+router.route("/updateWorksEvaTwo1").post((req, res, next) => {
|
|
|
+ var json = queryString(req.url);
|
|
|
+ postmysql(req,res,"updateWorksEvaTwo1");
|
|
|
+});
|
|
|
+
|
|
|
+
|
|
|
|
|
|
router.route("/selectSWorks").all((req, res, next) => {
|
|
|
var json = queryString(req.url);
|