|
|
@@ -275,7 +275,7 @@ public class InsOrdersController extends BaseController {
|
|
|
* @Description: 批量更新子订单的险种信息
|
|
|
*/
|
|
|
@PostMapping("/updateBatchPruductById")
|
|
|
- @ApiOperation(value = "updateBatchPruductById")
|
|
|
+ @ApiOperation(value = "批量更新子订单的险种信息")
|
|
|
public HttpResult updateBatchPruductById() {
|
|
|
return this.insAreaCompanyService.updateBatchPruductById();
|
|
|
}
|