|
@@ -64,7 +64,7 @@ public class ReportFormServiceImpl extends ServiceImpl<ReportFormMapper, ReportF
|
|
|
reportFormVO.setShowAddRelation(1);
|
|
|
} else if (i.getCalcType() == 2) {
|
|
|
reportFormVO.setShowAddRelation(2);
|
|
|
- } else if (i.getCalcType() == 3) {
|
|
|
+ } else if (i.getCalcType() == 5) {
|
|
|
reportFormVO.setShowAddRelation(3);
|
|
|
}
|
|
|
return reportFormVO;
|