Browse Source

fix:[代码规范]

master
15881625488@163.com 2 months ago
parent
commit
43cdf33b1f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/StudyFormApplyController.java

+ 1
- 1
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/StudyFormApplyController.java View File

@ -103,7 +103,7 @@ public class StudyFormApplyController extends BaseController {
@GetMapping("/jcgjqmxxList") @GetMapping("/jcgjqmxxList")
@RequiresPermissions(value = {"business:studyFormApply:xq", "business:nonTrialFormApply:xq", "business:drugFormApply:xq"}, logical = Logical.OR) @RequiresPermissions(value = {"business:studyFormApply:xq", "business:nonTrialFormApply:xq", "business:drugFormApply:xq"}, logical = Logical.OR)
public AjaxResult jcgjqmxxList(Integer jcgjlx,Long id) { public AjaxResult jcgjqmxxList(Integer jcgjlx,Long id) {
HashMap<String,Object> map=new HashMap<String,Object>();
HashMap<String,Object> map=new HashMap<String,Object>(2);
//稽查轨迹 //稽查轨迹
QueryWrapper<StudyFormApplyJcgj> studyFormApplyJcgjQueryWrapper = Wrappers.query(); QueryWrapper<StudyFormApplyJcgj> studyFormApplyJcgjQueryWrapper = Wrappers.query();
studyFormApplyJcgjQueryWrapper.eq("form_id",id); studyFormApplyJcgjQueryWrapper.eq("form_id",id);

Loading…
Cancel
Save