liujie
昨天 ac738e1d339b084c5335a6d1b5f27c3f06b1ed77
修改bug
2个文件已修改
8 ■■■■ 已修改文件
ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysDeptController.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/OrderServiceImpl.java 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysDeptController.java
@@ -163,7 +163,7 @@
    @PreAuthorize("@ss.hasPermi('permission:dept')")
    @Log(title = "部门管理", businessType = BusinessType.INSERT)
    @ApiOperation(value = "部门管理-新增部门", tags = "系统后台-权限管理")
    @GetMapping("/add")
    @PostMapping("/add")
    public AjaxResult add(@RequestParam("name")String name) {
        deptService.add(name);
        return success();
ruoyi-system/src/main/java/com/ruoyi/system/service/impl/OrderServiceImpl.java
@@ -435,7 +435,11 @@
        if (null != taxPrevMnMthsOverdueFineInfoDict){
            JSONObject taxPrev12mthsOverdueFineInfo = taxPrevMnMthsOverdueFineInfoDict.getJSONObject("taxPrev12mthsOverdueFineInfo");
            if (null!= taxPrev12mthsOverdueFineInfo){
                taxVO.setOverdueFineInfoAmt12( (BigDecimal) taxPrev12mthsOverdueFineInfo.get("overdueFineInfoAmt"));
                Object o = taxPrev12mthsOverdueFineInfo.get("overdueFineInfoAmt");
                if(o!=null){
                    taxVO.setOverdueFineInfoAmt12( new BigDecimal(o.toString()) );
                }
                taxVO.setOverdueFineInfoCnt12( (Integer) taxPrev12mthsOverdueFineInfo.get("overdueFineInfoCnt"));
            }
            // 近3个月滞纳金金额(元)