|
@@ -389,6 +389,21 @@ router.post("/updateIsupload",(req,res)=>{
|
|
|
QMysql(req,res,'update_Isupload');
|
|
|
})
|
|
|
|
|
|
+
|
|
|
+router.get('/getProjectNo',(req,res)=>{
|
|
|
+ QMysql(req,res,'select_LastProjectNo')
|
|
|
+})
|
|
|
+
|
|
|
+
|
|
|
+router.get('/getActivity',(req,res)=>{
|
|
|
+ QMysql(req,res,'select_LastActvityNo');
|
|
|
+})
|
|
|
+
|
|
|
+
|
|
|
+router.post('/MakerSpaceWordApply',(req,res)=>{
|
|
|
+ QMysql(req,res,'insert_Project_MakerSpaceWord');
|
|
|
+})
|
|
|
+
|
|
|
GetData = function(req) {
|
|
|
var a = req.url.split("?");
|
|
|
var json = querystring.parse(a[1])
|
|
@@ -413,6 +428,9 @@ QMysql = function(req,res,functionName){
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
|
|
|
|