请求参数 binding名 重命名测试
All checks were successful
CodeChecker 变更检测 / code-check (push) Successful in 21s
All checks were successful
CodeChecker 变更检测 / code-check (push) Successful in 21s
This commit is contained in:
Binary file not shown.
@@ -176,7 +176,7 @@ public class RewardsPunishmentsApproveController {
|
||||
*/
|
||||
@PutMapping("/punishments/pass")
|
||||
@NoDataSourceBind
|
||||
public void test1(@RequestParam(value = "tenantId1") String tenantId,@RequestParam(value = "testId") String testId,@RequestParam(value = "applyId") String applyId,@RequestParam(value = "status") Integer status) {
|
||||
public void test1(@RequestParam(value = "tenantId") String tenantId,@RequestParam(value = "testId") String testId,@RequestParam(value = "applyId") String applyId,@RequestParam(value = "status") Integer status) {
|
||||
log.info("punishments/pass tenantId:{},applyId:{},status:{}",tenantId,applyId,status);
|
||||
checkOutTenant(tenantId);
|
||||
punishmentsApprovalService.punishmentsApprove(applyId, status);
|
||||
|
||||
Reference in New Issue
Block a user