取消"编号:"字符
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ public class LawsStandardSharingServiceImpl extends ServiceImpl<LawsStandardShar
|
|||||||
for (LawsStandardSharing record : records) {
|
for (LawsStandardSharing record : records) {
|
||||||
String standardNum = record.getStandardNum();
|
String standardNum = record.getStandardNum();
|
||||||
String standardName = record.getStandardName();
|
String standardName = record.getStandardName();
|
||||||
record.setTitle(standardNum + "(编号:" + standardName + ")");
|
record.setTitle(standardName + "(" + standardNum + ")");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user