字符串转换
This commit is contained in:
@@ -640,7 +640,7 @@ public class ContractServiceImpl implements ContractService {
|
||||
}
|
||||
|
||||
// 查询关联表
|
||||
SystemRelativityDO systemRelativityDO = systemRelativityMapper.selectOne(TableFieldConstants.BSE_SYS_REL_DOWN_ID, id);
|
||||
SystemRelativityDO systemRelativityDO = systemRelativityMapper.selectOne(TableFieldConstants.BSE_SYS_REL_DOWN_ID, id.toString());
|
||||
if (systemRelativityDO == null) {
|
||||
return null;
|
||||
}
|
||||
@@ -666,7 +666,7 @@ public class ContractServiceImpl implements ContractService {
|
||||
}
|
||||
|
||||
// 查询关联表
|
||||
SystemRelativityDO systemRelativityDO = systemRelativityMapper.selectOne(TableFieldConstants.BSE_SYS_REL_UP_ID, id);
|
||||
SystemRelativityDO systemRelativityDO = systemRelativityMapper.selectOne(TableFieldConstants.BSE_SYS_REL_UP_ID, id.toString());
|
||||
if (systemRelativityDO == null) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user