hjg
2025-02-21 35c31c8f3d501833a7e39fe5da5b02bf55635db4
账号没有配置该地区的分单权限
已修改1个文件
3 ■■■■ 文件已修改
JavaSource/com/mandi/fendan/service/impl/Fd_BsheetService.java 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
JavaSource/com/mandi/fendan/service/impl/Fd_BsheetService.java
@@ -143,7 +143,8 @@
                }
            }
        }else{
            Fd_wlgs_fhdq wldq = this.dqper.getbyNos(lg.getDepartno(),xstd.getTd_shddbh(), ConvertTool.ncGetDefault(xstd.getTd_ywdybh()));
//            Fd_wlgs_fhdq wldq = this.dqper.getbyNos(lg.getDepartno(),xstd.getTd_shddbh(), ConvertTool.ncGetDefault(xstd.getTd_ywdybh()));
            Fd_wlgs_fhdq wldq = this.dqper.getbyNos(lg.getDepartno(),xstd.getTd_shddbh(), ConvertTool.ncGetDefault(xstd.getTd_cqNo()));
            int total = fdMxWlgsMapper.selectCountByTdTdls(xstd.getTd_tdls());
            if(wldq==null && total == 0){
                orr.setCode(1);