2025-11-12 功能测试优化
This commit is contained in:
@@ -230,8 +230,13 @@ public class FrameWorkAdapter implements IJeeLowCodeAdapter {
|
||||
}else if (Func.equals(type, "out")) {//外协单位
|
||||
// 外协单位:IS_INTERNAL=0
|
||||
// 当选择为外协单位时 条件为不等于1
|
||||
// 当没有选择 外协单位时 条件为不等于-1
|
||||
// 当没有选择 外协单位 或者 内部 时 条件为不等于-1
|
||||
outCondition=1;
|
||||
}else if (Func.equals(type, "internal")) {//内部单位
|
||||
// 内部单位:IS_INTERNAL=1
|
||||
// 当选择为内部单位时 条件为不等于0
|
||||
// 当没有选择 外协单位 或者 内部 时 条件为不等于-1
|
||||
outCondition=0;
|
||||
}
|
||||
|
||||
List<Long> finalDeptIdList = deptIdList;
|
||||
|
||||
Reference in New Issue
Block a user