Commit 90e71013 authored by huyuchen's avatar huyuchen

huych-入职登记商险待办提交

parent 4bfed91b
...@@ -142,8 +142,8 @@ public class TEmployeeInsurancePreController { ...@@ -142,8 +142,8 @@ public class TEmployeeInsurancePreController {
**/ **/
@Operation(description = "商险派单入职确认信息查询") @Operation(description = "商险派单入职确认信息查询")
@Inner @Inner
@PostMapping("/inner/batchDispatcherInsurance") @PostMapping("/inner/selectInsurancePreInfoList")
public TEmployeeInsuranceSelectVo batchDispatcherInsurance(@RequestBody TEmployeeInsurancePreVo preVo) { public TEmployeeInsuranceSelectVo selectInsurancePreInfoList(@RequestBody TEmployeeInsurancePreVo preVo) {
return tEmployeeInsurancePreService.selectInsurancePreInfoList(preVo); return tEmployeeInsurancePreService.selectInsurancePreInfoList(preVo);
} }
......
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 to comment