|
|
@ -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); |
|
|
|