浏览代码

增加合同性质

renjiaojiao 1 年之前
父节点
当前提交
2b762f7d59
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      api/internal/logic/updateorderlogic.go

+ 1 - 1
api/internal/logic/updateorderlogic.go

@@ -101,5 +101,5 @@ func (l *UpdateOrderLogic) UpdateOrder(req types.Request) (*types.Response, erro
 	result.Message = resp.Message
 	result.Data = resp.Data
 	return result, nil
-	return &types.Response{}, nil
+	//return &types.Response{}, nil
 }