@@ -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<>();