update
This commit is contained in:
+2
@@ -1160,6 +1160,8 @@ public class ParamsCollectManifestEOServiceImpl extends ServiceImpl<ParamsCollec
|
||||
map.put("db_field_name", LineHumpUtil.lineToHump(dbFieldName));
|
||||
String[] references = projectName.split("-");
|
||||
map.put("db_field_txt", references[0] + "-" + references[1] + "-" + paramsManifestEO.getReferencesColName() + " " + onlCgformField.getDbFieldEnName());//字段中文名
|
||||
map.put("db_field_id", paramsManifestEO.getReferencesColId());
|
||||
map.put("references_col", true);
|
||||
|
||||
} else {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user