|
|
@@ -23,8 +23,10 @@ public class sku_crm extends CrmBase {
|
|
|
JSONObject jsonObject = dataArray.getJSONObject(i);
|
|
|
String fmechineCode = jsonObject.getString("fmechineCode");
|
|
|
if (oneAction(jsonObject)) {
|
|
|
+ logger.info("序列号{}同步成功", fmechineCode);
|
|
|
getCRM("/ext/brproduct/machinecode/editUploadflag?fbrandId=" + fbrandId + "&fmechineCode=" + fmechineCode + "&fisuploadflag=1&fisuploadnote=成功");
|
|
|
} else {
|
|
|
+ logger.info("序列号{}同步失败", fmechineCode);
|
|
|
getCRM("/ext/brproduct/machinecode/editUploadflag?fbrandId=" + fbrandId + "&fmechineCode=" + fmechineCode + "&fisuploadflag=-1&fisuploadnote=失败");
|
|
|
}
|
|
|
}
|