组织架构考勤规则修改二次提交
This commit is contained in:
parent
3b9b6b345b
commit
40d56c56e4
|
|
@ -63,5 +63,5 @@ public interface OrgChangeDao {
|
|||
*/
|
||||
int orgChangeCheck(OrgChangeBean o);
|
||||
|
||||
MapVo getAttGroupList();
|
||||
List<MapVo> getAttGroupList();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -56,5 +56,5 @@ public interface OrgChangeService {
|
|||
*/
|
||||
int orgChangeCheck(OrgChangeBean o);
|
||||
|
||||
MapVo getAttGroupList();
|
||||
List<MapVo> getAttGroupList();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@ public class OrgChangeServiceImpl implements OrgChangeService {
|
|||
}
|
||||
|
||||
@Override
|
||||
public MapVo getAttGroupList() {
|
||||
public List<MapVo> getAttGroupList() {
|
||||
return orgChangeDao.getAttGroupList();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue