|
@@ -89,7 +89,6 @@ function get_lib_glj_info(ration_glj) {
|
|
|
if(err){
|
|
|
cb(err,'')
|
|
|
}else if(glj){
|
|
|
- console.log(glj);
|
|
|
ration_glj.name = glj.name;
|
|
|
ration_glj.code = glj.code;
|
|
|
ration_glj.unit = glj.unit;
|
|
@@ -125,7 +124,6 @@ async function getInfoFromProjectGLJ(ration_glj) {
|
|
|
market_price: ration_glj.basePrice
|
|
|
};
|
|
|
|
|
|
- console.log(ration_glj);
|
|
|
try {
|
|
|
let projectGljModel = new GLJListModel();
|
|
|
let result = await projectGljModel.addList(data);
|