Commit c685311a by 刘栋

UDI

parent 0bb982f1
......@@ -97,7 +97,7 @@ public class UdiController {
}
@ApiOperationSupport(order = 200)
@ApiOperation(value = "searchThree", notes = "searchThree",hidden = true)
@ApiOperation(value = "searchThree", notes = "searchThree")
@PostMapping("searchThree")
public Object searchThree(@RequestParam(value = "companyName", required = false) String companyName,
@RequestParam(value = "productFactoryCode", required = false) String productFactoryCode){
......
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 sign in to comment