Browse Source

update glj_id

zhangweicheng 8 years ago
parent
commit
ca6b94ce0c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/ration_glj/facade/ration_glj_facade.js

+ 1 - 1
modules/ration_glj/facade/ration_glj_facade.js

@@ -110,7 +110,7 @@ function get_lib_glj_info(ration_glj) {
 
 async function getInfoFromProjectGLJ(ration_glj) {
      let data = {
-         glj_repository_id: ration_glj.glj_repository_id,
+         glj_id: ration_glj.glj_repository_id,
          project_id: ration_glj.projectID,
          code: ration_glj.code,
          name: ration_glj.name,