|
|
@ -8,7 +8,8 @@ import com.engine.organization.entity.DeleteParam;
|
|
|
|
import com.engine.organization.entity.SelectOptionParam;
|
|
|
|
import com.engine.organization.entity.SelectOptionParam;
|
|
|
|
import com.engine.organization.entity.extend.bo.ExtendGroupBO;
|
|
|
|
import com.engine.organization.entity.extend.bo.ExtendGroupBO;
|
|
|
|
import com.engine.organization.entity.extend.bo.ExtendInfoBO;
|
|
|
|
import com.engine.organization.entity.extend.bo.ExtendInfoBO;
|
|
|
|
import com.engine.organization.entity.extend.param.ExtendFieldSearchParam;
|
|
|
|
import com.engine.organization.entity.extend.param.ExtendFieldInfoParam;
|
|
|
|
|
|
|
|
import com.engine.organization.entity.extend.param.ExtendInfoChangeParam;
|
|
|
|
import com.engine.organization.entity.extend.param.ExtendInfoFieldParam;
|
|
|
|
import com.engine.organization.entity.extend.param.ExtendInfoFieldParam;
|
|
|
|
import com.engine.organization.entity.extend.param.ExtendTitleSaveParam;
|
|
|
|
import com.engine.organization.entity.extend.param.ExtendTitleSaveParam;
|
|
|
|
import com.engine.organization.entity.extend.po.ExtendGroupPO;
|
|
|
|
import com.engine.organization.entity.extend.po.ExtendGroupPO;
|
|
|
@ -216,7 +217,7 @@ public class FieldDefinedServiceImpl extends Service implements FieldDefinedServ
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
public Map<String, Object> getFieldDefinedInfo(ExtendFieldSearchParam param) {
|
|
|
|
public Map<String, Object> getFieldDefinedInfo(ExtendFieldInfoParam param) {
|
|
|
|
Map<String, Object> returnMap = new HashMap<>();
|
|
|
|
Map<String, Object> returnMap = new HashMap<>();
|
|
|
|
List<Map<String, Object>> lsFieldInfo = new ArrayList<>();
|
|
|
|
List<Map<String, Object>> lsFieldInfo = new ArrayList<>();
|
|
|
|
Map<String, Object> fieldInfo;
|
|
|
|
Map<String, Object> fieldInfo;
|
|
|
@ -462,6 +463,16 @@ public class FieldDefinedServiceImpl extends Service implements FieldDefinedServ
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
|
|
|
public void deleteFieldDefined(ExtendFieldInfoParam param) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
|
|
|
|
public void changeGroup(ExtendInfoChangeParam param) {
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
private ExtendTitlePO buildExtendTitleType(ExtendGroupPO extendGroupPO, Integer max) {
|
|
|
|
private ExtendTitlePO buildExtendTitleType(ExtendGroupPO extendGroupPO, Integer max) {
|
|
|
|