Merge branch 'develop_migration' into 'develop_master'
Develop migration See merge request LiuChao/foton-slrs-system-rest!525
This commit is contained in:
+1
-1
@@ -227,7 +227,7 @@ public class SarBussionessStandServiceImpl extends ServiceImpl<SarBussionessStan
|
|||||||
sarStandMenuEO.setId(UUIDUtils.randomUUID20());
|
sarStandMenuEO.setId(UUIDUtils.randomUUID20());
|
||||||
sarBussStandMenuEODao.insertSelective(sarStandMenuEO);
|
sarBussStandMenuEODao.insertSelective(sarStandMenuEO);
|
||||||
}
|
}
|
||||||
int insertresult = sarBussionessStandEODao.insertSelective(sarBussionessStandEO);
|
int insertresult = this.baseMapper.insert(sarBussionessStandEO);
|
||||||
if (insertresult >= 1) {
|
if (insertresult >= 1) {
|
||||||
// 根据代替标准号 ,修改代替标准号标准中的,被代替标准号
|
// 根据代替标准号 ,修改代替标准号标准中的,被代替标准号
|
||||||
updateReplaceConnect(sarBussionessStandEO);
|
updateReplaceConnect(sarBussionessStandEO);
|
||||||
|
|||||||
@@ -86,24 +86,10 @@ fulltextserch/fulltextserch/_mapping?pretty&include_type_name=true
|
|||||||
"fielddata": true
|
"fielddata": true
|
||||||
},
|
},
|
||||||
"standSortOrder": {
|
"standSortOrder": {
|
||||||
"type": "text",
|
"type": "integer"
|
||||||
"fields": {
|
|
||||||
"keyword": {
|
|
||||||
"type": "keyword",
|
|
||||||
"ignore_above": 256
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"fielddata": true
|
|
||||||
},
|
},
|
||||||
"standTypeOrder": {
|
"standTypeOrder": {
|
||||||
"type": "text",
|
"type": "integer"
|
||||||
"fields": {
|
|
||||||
"keyword": {
|
|
||||||
"type": "keyword",
|
|
||||||
"ignore_above": 256
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"fielddata": true
|
|
||||||
},
|
},
|
||||||
"textContent": {
|
"textContent": {
|
||||||
"type": "text",
|
"type": "text",
|
||||||
|
|||||||
Reference in New Issue
Block a user