【review】标准比对代码审核

This commit is contained in:
zer0Black
2023-10-11 18:36:53 +08:00
parent 9f1d9d0917
commit 1add12b100
@@ -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();