福利核算-batchList

This commit is contained in:
MustangDeng 2022-04-18 18:25:45 +08:00
parent 3bfdef7966
commit 3b3e9ee6fc
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class SIAccountController {
* @param response
* @return
*/
@GET
@POST
@Path("/batch/list")
@Produces(MediaType.APPLICATION_JSON)
public String list(@Context HttpServletRequest request, @Context HttpServletResponse response, @RequestBody InsuranceAccountBatchParam insuranceAccountBatchParam) {