Explorar el Código

update glj_id

zhangweicheng hace 8 años
padre
commit
ca6b94ce0c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,