|
@@ -73,7 +73,7 @@ public class GLPPLeiBie {
|
|
|
|
|
|
JSONArray jsonArray = (JSONArray) jsonResult.getData();
|
|
|
if (jsonArray != null) {
|
|
|
- log.info("下载了{}条数据",jsonArray.size());
|
|
|
+ log.info("格力产品类别下载了{}条数据",jsonArray.size());
|
|
|
|
|
|
if (bc.equals(InterFaceTypeEnum.GELI_DL.getCode())){
|
|
|
glppLeiBieService.extractedDL(jsonArray);
|