Commit d9012762 authored by 黄瑜's avatar 黄瑜

部分更新

parent 7b5de3db
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>
\ No newline at end of file
......@@ -30,7 +30,7 @@ public interface TesDepartmentMapper {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
int deleteByPrimaryKey(Integer id);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
......@@ -70,7 +70,7 @@ public interface TesDepartmentMapper {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
TesDepartment selectByPrimaryKey(Integer id);
TesDepartment selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
......
......@@ -30,7 +30,7 @@ public interface TesMenuGroupMapper {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
int deleteByPrimaryKey(Integer id);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
......@@ -70,7 +70,7 @@ public interface TesMenuGroupMapper {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
TesMenuGroup selectByPrimaryKey(Integer id);
TesMenuGroup selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
......
......@@ -30,7 +30,7 @@ public interface TesMenuMapper {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
int deleteByPrimaryKey(Integer id);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
......@@ -70,7 +70,7 @@ public interface TesMenuMapper {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
TesMenu selectByPrimaryKey(Integer id);
TesMenu selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
......
......@@ -30,7 +30,7 @@ public interface TesMenuModuleMapper {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
int deleteByPrimaryKey(Integer id);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
......@@ -70,7 +70,7 @@ public interface TesMenuModuleMapper {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
TesMenuModule selectByPrimaryKey(Integer id);
TesMenuModule selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
......
......@@ -30,7 +30,7 @@ public interface TesRoleMapper {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
int deleteByPrimaryKey(Integer id);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
......@@ -70,7 +70,7 @@ public interface TesRoleMapper {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
TesRole selectByPrimaryKey(Integer id);
TesRole selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
......
......@@ -30,7 +30,7 @@ public interface TesUserMapper {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
int deleteByPrimaryKey(Integer id);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
......@@ -70,7 +70,7 @@ public interface TesUserMapper {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
TesUser selectByPrimaryKey(Integer id);
TesUser selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
......
......@@ -30,7 +30,7 @@ public interface TestRoleGroupMapper {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
int deleteByPrimaryKey(Integer id);
int deleteByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
......@@ -70,7 +70,7 @@ public interface TestRoleGroupMapper {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
TestRoleGroup selectByPrimaryKey(Integer id);
TestRoleGroup selectByPrimaryKey(String id);
/**
* This method was generated by MyBatis Generator.
......
......@@ -10,7 +10,7 @@ public class TesDepartment {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
private Integer id;
private String id;
/**
*
......@@ -47,7 +47,7 @@ public class TesDepartment {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public Integer getId() {
public String getId() {
return id;
}
......@@ -59,7 +59,7 @@ public class TesDepartment {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public void setId(Integer id) {
public void setId(String id) {
this.id = id;
}
......
......@@ -10,7 +10,7 @@ public class TesMenu {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
private Integer id;
private String id;
/**
*
......@@ -74,7 +74,7 @@ public class TesMenu {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public Integer getId() {
public String getId() {
return id;
}
......@@ -86,7 +86,7 @@ public class TesMenu {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public void setId(Integer id) {
public void setId(String id) {
this.id = id;
}
......
......@@ -10,7 +10,7 @@ public class TesMenuGroup {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
private Integer id;
private String id;
/**
*
......@@ -65,7 +65,7 @@ public class TesMenuGroup {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public Integer getId() {
public String getId() {
return id;
}
......@@ -77,7 +77,7 @@ public class TesMenuGroup {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public void setId(Integer id) {
public void setId(String id) {
this.id = id;
}
......
......@@ -10,7 +10,7 @@ public class TesMenuModule {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
private Integer id;
private String id;
/**
*
......@@ -56,7 +56,7 @@ public class TesMenuModule {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public Integer getId() {
public String getId() {
return id;
}
......@@ -68,7 +68,7 @@ public class TesMenuModule {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public void setId(Integer id) {
public void setId(String id) {
this.id = id;
}
......
......@@ -10,7 +10,7 @@ public class TesRole {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
private Integer id;
private String id;
/**
*
......@@ -65,7 +65,7 @@ public class TesRole {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public Integer getId() {
public String getId() {
return id;
}
......@@ -77,7 +77,7 @@ public class TesRole {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public void setId(Integer id) {
public void setId(String id) {
this.id = id;
}
......
......@@ -4,16 +4,14 @@ import java.util.Date;
public class TesUser {
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column TES_USER.ID
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
private Integer id;
private String id;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column TES_USER.USERNAME
*
......@@ -22,7 +20,6 @@ public class TesUser {
private String username;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column TES_USER.PASSWORD
*
......@@ -31,16 +28,14 @@ public class TesUser {
private String password;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column TES_USER.DEPT_ID
* This field corresponds to the database column TES_USER.DEPT_
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
private String deptId;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column TES_USER.STATUS
*
......@@ -49,7 +44,6 @@ public class TesUser {
private String status;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column TES_USER.ROLES_GROUP
*
......@@ -58,7 +52,6 @@ public class TesUser {
private String rolesGroup;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column TES_USER.CREATE_TIME
*
......@@ -67,7 +60,6 @@ public class TesUser {
private Date createTime;
/**
*
* This field was generated by MyBatis Generator.
* This field corresponds to the database column TES_USER.LAST_UPDATE_TIME
*
......@@ -77,13 +69,12 @@ public class TesUser {
/**
* This method was generated by MyBatis Generator.
* This method returns the value of the database column TES_USER.ID
* This method returns the value of the database column TES_USER.
*
* @return the value of TES_USER.ID
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public Integer getId() {
public String getId() {
return id;
}
......@@ -92,10 +83,9 @@ public class TesUser {
* This method sets the value of the database column TES_USER.ID
*
* @param id the value for TES_USER.ID
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public void setId(Integer id) {
public void setId(String id) {
this.id = id;
}
......@@ -104,7 +94,6 @@ public class TesUser {
* This method returns the value of the database column TES_USER.USERNAME
*
* @return the value of TES_USER.USERNAME
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public String getUsername() {
......@@ -116,7 +105,6 @@ public class TesUser {
* This method sets the value of the database column TES_USER.USERNAME
*
* @param username the value for TES_USER.USERNAME
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public void setUsername(String username) {
......@@ -128,7 +116,6 @@ public class TesUser {
* This method returns the value of the database column TES_USER.PASSWORD
*
* @return the value of TES_USER.PASSWORD
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public String getPassword() {
......@@ -140,7 +127,6 @@ public class TesUser {
* This method sets the value of the database column TES_USER.PASSWORD
*
* @param password the value for TES_USER.PASSWORD
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public void setPassword(String password) {
......@@ -152,7 +138,6 @@ public class TesUser {
* This method returns the value of the database column TES_USER.DEPT_ID
*
* @return the value of TES_USER.DEPT_ID
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public String getDeptId() {
......@@ -164,7 +149,6 @@ public class TesUser {
* This method sets the value of the database column TES_USER.DEPT_ID
*
* @param deptId the value for TES_USER.DEPT_ID
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public void setDeptId(String deptId) {
......@@ -176,7 +160,6 @@ public class TesUser {
* This method returns the value of the database column TES_USER.STATUS
*
* @return the value of TES_USER.STATUS
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public String getStatus() {
......@@ -188,7 +171,6 @@ public class TesUser {
* This method sets the value of the database column TES_USER.STATUS
*
* @param status the value for TES_USER.STATUS
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public void setStatus(String status) {
......@@ -200,7 +182,6 @@ public class TesUser {
* This method returns the value of the database column TES_USER.ROLES_GROUP
*
* @return the value of TES_USER.ROLES_GROUP
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public String getRolesGroup() {
......@@ -212,7 +193,6 @@ public class TesUser {
* This method sets the value of the database column TES_USER.ROLES_GROUP
*
* @param rolesGroup the value for TES_USER.ROLES_GROUP
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public void setRolesGroup(String rolesGroup) {
......@@ -224,7 +204,6 @@ public class TesUser {
* This method returns the value of the database column TES_USER.CREATE_TIME
*
* @return the value of TES_USER.CREATE_TIME
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public Date getCreateTime() {
......@@ -236,7 +215,6 @@ public class TesUser {
* This method sets the value of the database column TES_USER.CREATE_TIME
*
* @param createTime the value for TES_USER.CREATE_TIME
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public void setCreateTime(Date createTime) {
......@@ -248,7 +226,6 @@ public class TesUser {
* This method returns the value of the database column TES_USER.LAST_UPDATE_TIME
*
* @return the value of TES_USER.LAST_UPDATE_TIME
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public Date getLastUpdateTime() {
......@@ -260,7 +237,6 @@ public class TesUser {
* This method sets the value of the database column TES_USER.LAST_UPDATE_TIME
*
* @param lastUpdateTime the value for TES_USER.LAST_UPDATE_TIME
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public void setLastUpdateTime(Date lastUpdateTime) {
......
......@@ -10,7 +10,7 @@ public class TestRoleGroup {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
private Integer id;
private String id;
/**
*
......@@ -56,7 +56,7 @@ public class TestRoleGroup {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public Integer getId() {
public String getId() {
return id;
}
......@@ -68,7 +68,7 @@ public class TestRoleGroup {
*
* @mbg.generated Mon Oct 08 10:08:33 CST 2018
*/
public void setId(Integer id) {
public void setId(String id) {
this.id = id;
}
......
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
#Tue Oct 09 14:19:43 CST 2018
#Tue Oct 09 16:31:52 CST 2018
SpringMVCTemplate-0.0.1-SNAPSHOT.pom>=
......@@ -7,12 +7,12 @@
<snapshot>
<localCopy>true</localCopy>
</snapshot>
<lastUpdated>20181009061943</lastUpdated>
<lastUpdated>20181009083152</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>pom</extension>
<value>0.0.1-SNAPSHOT</value>
<updated>20181009061943</updated>
<updated>20181009083152</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
......
......@@ -6,6 +6,6 @@
<versions>
<version>0.0.1-SNAPSHOT</version>
</versions>
<lastUpdated>20181009061943</lastUpdated>
<lastUpdated>20181009083152</lastUpdated>
</versioning>
</metadata>
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
#Tue Oct 09 14:19:58 CST 2018
#Tue Oct 09 16:31:53 CST 2018
dao-0.0.1-SNAPSHOT.pom>=
dao-0.0.1-SNAPSHOT.jar>=
......@@ -7,17 +7,17 @@
<snapshot>
<localCopy>true</localCopy>
</snapshot>
<lastUpdated>20181009061958</lastUpdated>
<lastUpdated>20181009083153</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>0.0.1-SNAPSHOT</value>
<updated>20181009061958</updated>
<updated>20181009083153</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>0.0.1-SNAPSHOT</value>
<updated>20181009061958</updated>
<updated>20181009083153</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
......
......@@ -6,6 +6,6 @@
<versions>
<version>0.0.1-SNAPSHOT</version>
</versions>
<lastUpdated>20181009061958</lastUpdated>
<lastUpdated>20181009083153</lastUpdated>
</versioning>
</metadata>
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
#Tue Oct 09 14:19:57 CST 2018
#Tue Oct 09 16:31:53 CST 2018
domain-0.0.1-SNAPSHOT.pom>=
domain-0.0.1-SNAPSHOT.jar>=
......@@ -7,17 +7,17 @@
<snapshot>
<localCopy>true</localCopy>
</snapshot>
<lastUpdated>20181009061957</lastUpdated>
<lastUpdated>20181009083153</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>0.0.1-SNAPSHOT</value>
<updated>20181009061957</updated>
<updated>20181009083153</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>0.0.1-SNAPSHOT</value>
<updated>20181009061957</updated>
<updated>20181009083153</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
......
......@@ -6,6 +6,6 @@
<versions>
<version>0.0.1-SNAPSHOT</version>
</versions>
<lastUpdated>20181009061957</lastUpdated>
<lastUpdated>20181009083153</lastUpdated>
</versioning>
</metadata>
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
#Tue Oct 09 14:19:59 CST 2018
#Tue Oct 09 16:31:56 CST 2018
service-0.0.1-SNAPSHOT.pom>=
service-0.0.1-SNAPSHOT.jar>=
......@@ -7,17 +7,17 @@
<snapshot>
<localCopy>true</localCopy>
</snapshot>
<lastUpdated>20181009061959</lastUpdated>
<lastUpdated>20181009083156</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>0.0.1-SNAPSHOT</value>
<updated>20181009061959</updated>
<updated>20181009083156</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>0.0.1-SNAPSHOT</value>
<updated>20181009061959</updated>
<updated>20181009083156</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
......
......@@ -6,6 +6,6 @@
<versions>
<version>0.0.1-SNAPSHOT</version>
</versions>
<lastUpdated>20181009061959</lastUpdated>
<lastUpdated>20181009083156</lastUpdated>
</versioning>
</metadata>
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
#Tue Oct 09 14:20:13 CST 2018
#Tue Oct 09 16:32:02 CST 2018
web-0.0.1-SNAPSHOT.pom>=
web-0.0.1-SNAPSHOT.war>=
......@@ -7,17 +7,17 @@
<snapshot>
<localCopy>true</localCopy>
</snapshot>
<lastUpdated>20181009062013</lastUpdated>
<lastUpdated>20181009083202</lastUpdated>
<snapshotVersions>
<snapshotVersion>
<extension>war</extension>
<value>0.0.1-SNAPSHOT</value>
<updated>20181009062013</updated>
<updated>20181009083202</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>0.0.1-SNAPSHOT</value>
<updated>20181009062013</updated>
<updated>20181009083202</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
......
......@@ -6,6 +6,6 @@
<versions>
<version>0.0.1-SNAPSHOT</version>
</versions>
<lastUpdated>20181009062013</lastUpdated>
<lastUpdated>20181009083202</lastUpdated>
</versioning>
</metadata>
......@@ -64,7 +64,7 @@ public class TesDepartmentServiceImpl implements TesDepartmentService {
@Override
public int delete(String id) {
return tesDepartmentMapper.deleteByPrimaryKey(Integer.valueOf(id));
return tesDepartmentMapper.deleteByPrimaryKey(id);
}
@Override
......@@ -74,7 +74,7 @@ public class TesDepartmentServiceImpl implements TesDepartmentService {
@Override
public TesDepartment get(String id) {
return tesDepartmentMapper.selectByPrimaryKey(Integer.valueOf(id));
return tesDepartmentMapper.selectByPrimaryKey(id);
}
private void assignRelates(String relates, List<TesDepartmentVO> modelVOList){
......
......@@ -64,7 +64,7 @@ public class TesMenuGroupServiceImpl implements TesMenuGroupService {
@Override
public int delete(String id) {
return tesMenuGroupMapper.deleteByPrimaryKey(Integer.valueOf(id));
return tesMenuGroupMapper.deleteByPrimaryKey(id);
}
@Override
......@@ -74,7 +74,7 @@ public class TesMenuGroupServiceImpl implements TesMenuGroupService {
@Override
public TesMenuGroup get(String id) {
return tesMenuGroupMapper.selectByPrimaryKey(Integer.valueOf(id));
return tesMenuGroupMapper.selectByPrimaryKey(id);
}
private void assignRelates(String relates, List<TesMenuGroupVO> modelVOList) {
......
......@@ -63,7 +63,7 @@ public class TesMenuModuleServiceImpl implements TesMenuModuleService {
@Override
public int delete(String id) {
return tesMenuModuleMapper.deleteByPrimaryKey(Integer.valueOf(id));
return tesMenuModuleMapper.deleteByPrimaryKey(id);
}
@Override
......@@ -73,7 +73,7 @@ public class TesMenuModuleServiceImpl implements TesMenuModuleService {
@Override
public TesMenuModule get(String id) {
return tesMenuModuleMapper.selectByPrimaryKey(Integer.valueOf(id));
return tesMenuModuleMapper.selectByPrimaryKey(id);
}
private void assignRelates(String relates, List<TesMenuModuleVO> modelVOList){
......
......@@ -64,7 +64,7 @@ public class TesMenuServiceImpl implements TesMenuService {
@Override
public int delete(String id) {
return tesMenuMapper.deleteByPrimaryKey(Integer.valueOf(id));
return tesMenuMapper.deleteByPrimaryKey(id);
}
@Override
......@@ -74,7 +74,7 @@ public class TesMenuServiceImpl implements TesMenuService {
@Override
public TesMenu get(String id) {
return tesMenuMapper.selectByPrimaryKey(Integer.valueOf(id));
return tesMenuMapper.selectByPrimaryKey(id);
}
private void assignRelates(String relates, List<TesMenuVO> modelVOList) {
......
......@@ -63,7 +63,7 @@ public class TesRoleServiceImpl implements TesRoleService {
@Override
public int delete(String id) {
return tesRoleMapper.deleteByPrimaryKey(Integer.valueOf(id));
return tesRoleMapper.deleteByPrimaryKey(id);
}
@Override
......@@ -73,7 +73,7 @@ public class TesRoleServiceImpl implements TesRoleService {
@Override
public TesRole get(String id) {
return tesRoleMapper.selectByPrimaryKey(Integer.valueOf(id));
return tesRoleMapper.selectByPrimaryKey(id);
}
private void assignRelates(String relates, List<TesRoleVO> modelVOList) {
......
......@@ -64,7 +64,7 @@ public class TesUserServiceImpl implements TesUserService {
@Override
public int delete(String id) {
return tesUserMapper.deleteByPrimaryKey(Integer.valueOf(id));
return tesUserMapper.deleteByPrimaryKey(id);
}
@Override
......@@ -74,7 +74,7 @@ public class TesUserServiceImpl implements TesUserService {
@Override
public TesUser get(String id) {
return tesUserMapper.selectByPrimaryKey(Integer.valueOf(id));
return tesUserMapper.selectByPrimaryKey(id);
}
private void assignRelates(String relates, List<TesUserVO> modelVOList) {
......
......@@ -64,7 +64,7 @@ public class TestRoleGroupServiceImpl implements TestRoleGroupService {
@Override
public int delete(String id) {
return testRoleGroupMapper.deleteByPrimaryKey(Integer.valueOf(id));
return testRoleGroupMapper.deleteByPrimaryKey(id);
}
@Override
......@@ -74,7 +74,7 @@ public class TestRoleGroupServiceImpl implements TestRoleGroupService {
@Override
public TestRoleGroup get(String id) {
return testRoleGroupMapper.selectByPrimaryKey(Integer.valueOf(id));
return testRoleGroupMapper.selectByPrimaryKey(id);
}
private void assignRelates(String relates, List<TestRoleGroupVO> modelVOList) {
......
......@@ -40,7 +40,7 @@ public class TesDepartmentController {
) {
TesDepartment item = new TesDepartment();
String id = Tools.getUUID();
item.setId(Integer.valueOf(id));
item.setId(id);
if (name != null) {
item.setName(name);
}
......@@ -207,7 +207,7 @@ public class TesDepartmentController {
} else {
TesDepartment item = new TesDepartment();
String id = Tools.getUUID();
item.setId(Integer.valueOf(id));
item.setId(id);
if (name != null) {
item.setName(name);
}
......
......@@ -43,7 +43,7 @@ public class TesMenuController {
) {
TesMenu item = new TesMenu();
String id = Tools.getUUID();
item.setId(Integer.valueOf(id));
item.setId(id);
if( name != null ){
item.setName(name);
}
......@@ -249,7 +249,7 @@ public class TesMenuController {
else{
TesMenu item = new TesMenu();
String id = Tools.getUUID();
item.setId(Integer.valueOf(id));
item.setId(id);
if( name != null ){
item.setName(name);
}
......
......@@ -42,7 +42,7 @@ public class TesMenuGroupController {
) {
TesMenuGroup item = new TesMenuGroup();
String id = Tools.getUUID();
item.setId(Integer.valueOf(id));
item.setId(id);
if( name != null ){
item.setName(name);
}
......@@ -236,7 +236,7 @@ public class TesMenuGroupController {
else{
TesMenuGroup item = new TesMenuGroup();
String id = Tools.getUUID();
item.setId(Integer.valueOf(id));
item.setId(id);
if( name != null ){
item.setName(name);
}
......
......@@ -41,7 +41,7 @@ public class TesMenuModuleController {
) {
TesMenuModule item = new TesMenuModule();
String id = Tools.getUUID();
item.setId(Integer.valueOf(id));
item.setId(id);
if (name != null) {
item.setName(name);
}
......@@ -220,7 +220,7 @@ public class TesMenuModuleController {
} else {
TesMenuModule item = new TesMenuModule();
String id = Tools.getUUID();
item.setId(Integer.valueOf(id));
item.setId(id);
if (name != null) {
item.setName(name);
}
......
......@@ -42,7 +42,7 @@ public class TesRoleController {
) {
TesRole item = new TesRole();
String id = Tools.getUUID();
item.setId(Integer.valueOf(id));
item.setId(id);
if( name != null ){
item.setName(name);
}
......@@ -236,7 +236,7 @@ public class TesRoleController {
else{
TesRole item = new TesRole();
String id = Tools.getUUID();
item.setId(Integer.valueOf(id));
item.setId(id);
if( name != null ){
item.setName(name);
}
......
......@@ -41,7 +41,7 @@ public class TestRoleGroupController {
) {
TestRoleGroup item = new TestRoleGroup();
String id = Tools.getUUID();
item.setId(Integer.valueOf(id));
item.setId(id);
if( name != null ){
item.setName(name);
}
......@@ -223,7 +223,7 @@ public class TestRoleGroupController {
else{
TestRoleGroup item = new TestRoleGroup();
String id = Tools.getUUID();
item.setId(Integer.valueOf(id));
item.setId(id);
if( name != null ){
item.setName(name);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment