Parcourir la source

1.调整差旅报销标准同步逻辑
2.调整人员职级备份表逻辑

lisheng il y a 1 jour
Parent
commit
98ee952d94

+ 1 - 1
code/jyyy/nckd-jimin-jyyy-fi/src/main/java/nckd/jimin/jyyy/fi/plugin/operate/Helper/PersonReimQuotaHelper.java

@@ -228,7 +228,7 @@ public class PersonReimQuotaHelper {
     public DynamicObject getReimLever(Long jobId , Long companyId) {
 
         if(jobId == null || jobId == 0L || companyId == null || companyId == 0L){
-
+            return null;
         }
         // 查询差旅级别
         List<QFilter> leverFilterList = new ArrayList<>();