zhongzewei 7 years ago
parent
commit
c2bacb2ea1
1 changed files with 4 additions and 0 deletions
  1. 4 0
      modules/pm/models/project_model.js

+ 4 - 0
modules/pm/models/project_model.js

@@ -283,6 +283,10 @@ ProjectsDAO.prototype.copyUserProjects = function (userId, datas, callback) {
 
 ProjectsDAO.prototype.rename = async function (userId, compilationId, data, callback){
     try {
+        console.log("------------------------------------");
+        console.log(userId) ;
+        console.log("------------------------------------");
+        console.log(compilationId) ;
         if (data.id === undefined || data.id === '') {
             throw '数据错误!';
         }