zhongzewei 7 年 前
コミット
c2bacb2ea1
1 ファイル変更4 行追加0 行削除
  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 '数据错误!';
         }