【review】标准比对代码审核
This commit is contained in:
+2
@@ -133,6 +133,7 @@ public class SarFileCompareInfoController extends JeroController<SarFileCompareI
|
||||
return Result.OK(pageList);
|
||||
}
|
||||
|
||||
// TODO 业务方法处理完毕后,放到service层,不要在controller留大量的业务方法
|
||||
private void setProperty(SarFileCompareInfo info, List<LawsDomesticStandard> lawsDomesticStandards, List<LawsOverseasStandard> lawsOverseasStandards, List<LawsEnterpriseStandard> lawsEnterpriseStandards) {
|
||||
// 编号1
|
||||
String serialNumberLeft = info.getSerialNumberLeft();
|
||||
@@ -187,6 +188,7 @@ public class SarFileCompareInfoController extends JeroController<SarFileCompareI
|
||||
}
|
||||
|
||||
|
||||
// TODO 开发完后,无用代码记得删掉
|
||||
private void assignment(SarFileCompareInfo info) {
|
||||
String serialNumberLeft = info.getSerialNumberLeft();
|
||||
String serialNumberRight = info.getSerialNumberRight();
|
||||
|
||||
Reference in New Issue
Block a user