记得上下班打卡 | git大法好,push需谨慎

Commit 462e142b authored by 胡佳晨's avatar 胡佳晨

修改 config-test erp的url由测试改为正式

parent 24b1327a
...@@ -241,8 +241,15 @@ public class WdtServiceImpl implements IGoblinErpService { ...@@ -241,8 +241,15 @@ public class WdtServiceImpl implements IGoblinErpService {
log.error("同步 erp 失败 shopNo:{},orderId:{}", shopNo, orderId); log.error("同步 erp 失败 shopNo:{},orderId:{}", shopNo, orderId);
} }
log.error("同步 erp 失败 "); log.error("同步 erp 失败 ");
} }
if (null != singleId && !"".equals(singleId)) {
log.info("single:{}",singleId);
break;
}
}
if (null != singleId && !"".equals(singleId)) {
log.info("single:{}",singleId);
break;
} }
} }
return ResponseDto.success(); return ResponseDto.success();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment