作者 陈志颖

feat:增加承接人复选框判断接口

@@ -22,6 +22,9 @@ metadata: @@ -22,6 +22,9 @@ metadata:
22 - method: searchCooperationProject 22 - method: searchCooperationProject
23 route: 23 route:
24 post: /search 24 post: /search
  25 + - method: checkUndertaker
  26 + route:
  27 + post: /check
25 - method: listCooperationProject 28 - method: listCooperationProject
26 route: 29 route:
27 get: / 30 get: /
@@ -27,5 +27,4 @@ metadata: @@ -27,5 +27,4 @@ metadata:
27 type: 27 type:
28 schema: cooperationGoodsStatistics 28 schema: cooperationGoodsStatistics
29 required: true 29 required: true
30 - - ref: count  
31 - required: true 30 +
@@ -18,5 +18,4 @@ metadata: @@ -18,5 +18,4 @@ metadata:
18 type: 18 type:
19 schema: cooperationModeStatistics 19 schema: cooperationModeStatistics
20 required: true 20 required: true
21 - - ref: count  
22 - required: true 21 +
@@ -18,5 +18,4 @@ metadata: @@ -18,5 +18,4 @@ metadata:
18 type: 18 type:
19 schema: cooperationPersonStatistics 19 schema: cooperationPersonStatistics
20 required: true 20 required: true
21 - - ref: count  
22 - required: true 21 +
  1 +version: v1
  2 +kind: Method
  3 +metadata:
  4 + name: checkUndertaker
  5 + type: query
  6 + description: 判断当前勾选的承接对象是否存在用户
  7 + payload:
  8 + - ref: cooperationProjectUndertakerType
  9 + required: true
  10 + - ref: cooperationProjectId
  11 + required: true
  12 + result:
  13 + - name: cooperationProject
  14 + type:
  15 + schema: cooperationProject
  16 + required: true
@@ -18,5 +18,4 @@ metadata: @@ -18,5 +18,4 @@ metadata:
18 type: 18 type:
19 schema: currentMonthDividendsStatistics 19 schema: currentMonthDividendsStatistics
20 required: true 20 required: true
21 - - ref: count  
22 - required: true 21 +
@@ -16,5 +16,3 @@ metadata: @@ -16,5 +16,3 @@ metadata:
16 type: 16 type:
17 schema: dividendsExpenseStatistics 17 schema: dividendsExpenseStatistics
18 required: true 18 required: true
19 - - ref: count  
20 - required: true  
@@ -18,5 +18,3 @@ metadata: @@ -18,5 +18,3 @@ metadata:
18 type: 18 type:
19 schema: projectOverviewStatistics 19 schema: projectOverviewStatistics
20 required: true 20 required: true
21 - - ref: count  
22 - required: true