guoyuji
2024-06-24 f1a496f4b53e3de34bdf82dab0faa40d2a29bc11
其他金额设置筛选类型
1个文件已修改
6 ■■■■ 已修改文件
north-glass-erp/src/main/java/com/example/erp/service/sd/BasicOtherMoneyService.java 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/src/main/java/com/example/erp/service/sd/BasicOtherMoneyService.java
@@ -45,7 +45,11 @@
        }
        BasicOtherMoney basicOtherMoney = basicOtherMoneyList.get(0);
        String getColumn = basicOtherMoney.getColumn()==null?"0":basicOtherMoney.getColumn().replace("M","");
        String getColumn = basicOtherMoney.getColumn()==null?
                "0":
                basicOtherMoney.getColumn().
                        replace("M","").
                        replace("S","");
        int  columnNum = Integer.parseInt(getColumn)+1;
        BasicOtherMoney newBasicOtherMoney = new  BasicOtherMoney();
        newBasicOtherMoney.setColumn("M"+String.format("%02d", columnNum));