|
@@ -3236,6 +3236,7 @@ func GetMySteelSourceByEdbCode(edbCode string) (source int, item *data_manage.Ed
|
|
}
|
|
}
|
|
if tmpInfo != nil {
|
|
if tmpInfo != nil {
|
|
source = utils.DATA_SOURCE_MYSTEEL_CHEMICAL
|
|
source = utils.DATA_SOURCE_MYSTEEL_CHEMICAL
|
|
|
|
+ return
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3250,6 +3251,7 @@ func GetMySteelSourceByEdbCode(edbCode string) (source int, item *data_manage.Ed
|
|
}
|
|
}
|
|
if tmpInfo != nil {
|
|
if tmpInfo != nil {
|
|
source = utils.DATA_SOURCE_GL
|
|
source = utils.DATA_SOURCE_GL
|
|
|
|
+ return
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|