lsc há 1 ano atrás
pai
commit
068c939259
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      pbl.js

+ 1 - 1
pbl.js

@@ -5374,7 +5374,7 @@ router.route("/selectDataBoardStudentCourseNew").all((req, res, next) => {
     postmysql(req, res, "selectDataBoardStudentCourseNew");
 });
 
-//数据看板-综合数据
+//数据看板-查询项目数据长度
 router.route("/getCourseLength").all((req, res, next) => {
     postmysql(req, res, "getCourseLength");
 });