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