zhongzewei %!s(int64=7) %!d(string=hai) anos
pai
achega
c2bacb2ea1
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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 '数据错误!';
         }