|
@@ -90,7 +90,7 @@ public class TchangeApplyController extends BaseAction{
|
|
|
dto.setApplyusername(userInfo.getUserName());
|
|
|
model.addAttribute("deptlist",userInfo.getDepts());
|
|
|
model.addAttribute("dto",dto);
|
|
|
- return "/thymeleaf/tchangeapply/tchangeapply_bgsq";
|
|
|
+ return "thymeleaf/tchangeapply/tchangeapply_bgsq";
|
|
|
}
|
|
|
//保存申请
|
|
|
@RequestMapping(value="/tchangeApply_save")
|
|
@@ -123,7 +123,7 @@ public class TchangeApplyController extends BaseAction{
|
|
|
loginfoService.logDealInfo("2", modelType,"需求放变更申请新增", "t_changeapply", dto.getId(), ToolUtil.getIpAddr(request), request.getRequestURI(),userInfo);
|
|
|
|
|
|
}
|
|
|
- return "/thymeleaf/tcodeset/success";
|
|
|
+ return "thymeleaf/tcodeset/success";
|
|
|
}
|
|
|
|
|
|
//需求方变更申请
|
|
@@ -292,6 +292,6 @@ public class TchangeApplyController extends BaseAction{
|
|
|
tchangeapplyService.TchangeApplysave(tchangeApplyDto);
|
|
|
loginfoService.logDealInfo("2", modelType,"变更申请审核:", "t_changeapply", dto.getId(), ToolUtil.getIpAddr(request), request.getRequestURI(),userInfo);
|
|
|
|
|
|
- return "/thymeleaf/tcodeset/success";
|
|
|
+ return "thymeleaf/tcodeset/success";
|
|
|
}
|
|
|
}
|