|
@@ -84,7 +84,7 @@ public class BasicPrintConfigController {
|
|
|
*
|
|
|
*/
|
|
|
@ApiOperation(value = "查询orgId印品")
|
|
|
- @RequestMapping(value = "/get_by_exam_id and_org_id", method = RequestMethod.POST)
|
|
|
+ @RequestMapping(value = "/get_by_exam_id_and_org_id", method = RequestMethod.POST)
|
|
|
public Result getByOrgId(@RequestParam(value = "examId") Long examId,
|
|
|
@RequestParam(value = "orgId") Long orgId) {
|
|
|
BasicPrintConfig basicPrintConfig = basicPrintConfigService.getByExamIdAndOrgId(examId, orgId);
|