Commit 3317ce5d authored by hongguangwu's avatar hongguangwu

合同权限

parent ae534fd1
......@@ -109,7 +109,7 @@ public class TEmployeeContractInfoController {
**/
@Operation(summary = "根据参数返回list", description = "根据参数返回list")
@PostMapping("/getListByParam")
public R<List<TEmployeeContractInfo>> getListByParam(TEmployeeContractInfo tEmployeeContractInfo) {
public R<List<TEmployeeContractInfo>> getListByParam(@RequestBody TEmployeeContractInfo tEmployeeContractInfo) {
return new R<>(tEmployeeContractInfoService.getTEmployeeContractList(tEmployeeContractInfo));
}
......
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