ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TIntegralRuleController.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TIntegralRuleController.java
@@ -62,6 +62,9 @@ "11=开票说明") public R<String> getInfo(Integer type) { THtml g = htmlService.getOne(new QueryWrapper<THtml>().eq("type",type)); if (g == null){ return R.ok(""); } return R.ok(g.getContent()); } @GetMapping("/saveInfo")