|
@@ -183,11 +183,11 @@ public class CommonController
|
|
|
return AjaxResult.success();
|
|
|
}
|
|
|
|
|
|
- /* @ApiOperation("测试分班")
|
|
|
+ @ApiOperation("测试分班")
|
|
|
@GetMapping("common/jzs/grade")
|
|
|
public AjaxResult<Void> testGrade()
|
|
|
{
|
|
|
- iOrderService.arrangeGrade("安管继续教育网络班B类",905L,123L,null,114L,"",174L);
|
|
|
+ iOrderService.arrangeGrade("安管继续教育网络班B类",890L,3097L,null,114L,"",174L);
|
|
|
return AjaxResult.success();
|
|
|
- }*/
|
|
|
+ }
|
|
|
}
|