feat 合并分支
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ public interface ISarStandardsInfoService extends IService<SarStandardsInfo> {
|
|||||||
List<SarStandardsInfo> selectStandardsByStandnumber(String replaceStandNum, String standType);
|
List<SarStandardsInfo> selectStandardsByStandnumber(String replaceStandNum, String standType);
|
||||||
|
|
||||||
SarStandardsInfo selectStandardsInfoByKey(String id) throws Exception;
|
SarStandardsInfo selectStandardsInfoByKey(String id) throws Exception;
|
||||||
|
public void attrInfoDetails (SarStandardsInfo row) throws Exception;
|
||||||
boolean updateStandardsMenu(SarStandardsInfoEOPage standardsInfoEO);
|
boolean updateStandardsMenu(SarStandardsInfoEOPage standardsInfoEO);
|
||||||
|
|
||||||
boolean updateStandInfo(SarStandardsInfoEOPage standardsInfoEO);
|
boolean updateStandInfo(SarStandardsInfoEOPage standardsInfoEO);
|
||||||
|
|||||||
+4
-3
@@ -152,7 +152,6 @@ public class SarStandardsInfoServiceImpl extends ServiceImpl<SarStandardsInfoDao
|
|||||||
private SysInfoEOService sysInfoEOService;
|
private SysInfoEOService sysInfoEOService;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/***
|
/***
|
||||||
* @Description: 分页查询
|
* @Description: 分页查询
|
||||||
* @Author: super_liu
|
* @Author: super_liu
|
||||||
@@ -192,6 +191,7 @@ public class SarStandardsInfoServiceImpl extends ServiceImpl<SarStandardsInfoDao
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public void attrInfoDetails(SarStandardsInfo row) throws Exception {
|
public void attrInfoDetails(SarStandardsInfo row) throws Exception {
|
||||||
String fieldInfo = InitStandAttrUtil.queryField;
|
String fieldInfo = InitStandAttrUtil.queryField;
|
||||||
String collectId = personCollectEOService.queryCollectByUserAndId(row.getId());
|
String collectId = personCollectEOService.queryCollectByUserAndId(row.getId());
|
||||||
@@ -778,6 +778,7 @@ public class SarStandardsInfoServiceImpl extends ServiceImpl<SarStandardsInfoDao
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 代替标准号修改状态
|
* 代替标准号修改状态
|
||||||
|
*
|
||||||
* @param sarStandardsInfoEO
|
* @param sarStandardsInfoEO
|
||||||
*/
|
*/
|
||||||
public void replaseStandState(SarStandardsInfo sarStandardsInfoEO) throws Exception {
|
public void replaseStandState(SarStandardsInfo sarStandardsInfoEO) throws Exception {
|
||||||
@@ -1048,6 +1049,7 @@ public class SarStandardsInfoServiceImpl extends ServiceImpl<SarStandardsInfoDao
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 删除标准同时删除代替关系
|
* 删除标准同时删除代替关系
|
||||||
|
*
|
||||||
* @param getDelStandInfo
|
* @param getDelStandInfo
|
||||||
*/
|
*/
|
||||||
public void updateStandReplaceConnect(SarStandardsInfo getDelStandInfo) {
|
public void updateStandReplaceConnect(SarStandardsInfo getDelStandInfo) {
|
||||||
@@ -1362,7 +1364,6 @@ public class SarStandardsInfoServiceImpl extends ServiceImpl<SarStandardsInfoDao
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if (StringUtils.isNotEmpty(dto.getStandState())) {
|
if (StringUtils.isNotEmpty(dto.getStandState())) {
|
||||||
dic.setDicTypeName(dto.getStandState());
|
dic.setDicTypeName(dto.getStandState());
|
||||||
dic.setDicTypeCode("STANDSTATE");
|
dic.setDicTypeCode("STANDSTATE");
|
||||||
@@ -1853,6 +1854,7 @@ public class SarStandardsInfoServiceImpl extends ServiceImpl<SarStandardsInfoDao
|
|||||||
}
|
}
|
||||||
return standList;
|
return standList;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void insertIntoIndexForMap(Map<String, Object> attrInfoMap) {
|
public void insertIntoIndexForMap(Map<String, Object> attrInfoMap) {
|
||||||
|
|
||||||
@@ -2119,5 +2121,4 @@ public class SarStandardsInfoServiceImpl extends ServiceImpl<SarStandardsInfoDao
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user