Commit 32ab7162 by 周晓航

删除无效日志

Signed-off-by: 周晓航 <xiaohang.zhou@freemud.com>
parent a333a14b
...@@ -633,7 +633,6 @@ public class OrderCenterSdkServiceImpl implements OrderCenterSdkService { ...@@ -633,7 +633,6 @@ public class OrderCenterSdkServiceImpl implements OrderCenterSdkService {
* @param orderTask * @param orderTask
*/ */
private void avoidVersionUpgrade(OrderTaskReq orderTask, String partnerId) { private void avoidVersionUpgrade(OrderTaskReq orderTask, String partnerId) {
ApiLog.info("fisherman 发版时间 设置");
if (Objects.isNull(partnerId)) { if (Objects.isNull(partnerId)) {
return; return;
} }
......
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