update 标准征求意见流程-查询条款列表
This commit is contained in:
+2
-2
@@ -111,9 +111,9 @@ public class ProcessProjectAssessController extends JeroController<ProcessProjec
|
||||
* @return
|
||||
*/
|
||||
@ApiOperation(value = "标准征求意见流程-查询条款列表")
|
||||
@GetMapping("/processProjectAssessGetList")
|
||||
@PostMapping("/processProjectAssessGetList")
|
||||
@ApiOperationSupport(order = 21)
|
||||
public Result<List<ProcessProjectAssessTerm>> processProjectAssessGetList(List<LawsAssess> lawsAssessList) {
|
||||
public Result<List<ProcessProjectAssessTerm>> processProjectAssessGetList(@RequestBody List<LawsAssess> lawsAssessList) {
|
||||
List<ProcessProjectAssessTerm> allList = new ArrayList<>();
|
||||
for (LawsAssess lawsAssess : lawsAssessList) {
|
||||
DecompositionOrderSourceVO decompositionOrderSourceVO = lawsAssess.getDecompositionOrderSourceVO();
|
||||
|
||||
Reference in New Issue
Block a user