Browse Source

Merge remote-tracking branch 'origin/master'

user5 1 year ago
parent
commit
57cb3b13e4

+ 0 - 1
jeeplus-modules/jeeplus-finance/src/main/java/com/jeeplus/finance/reportCancellApply/controller/ReportCancellApplyController.java

@@ -157,7 +157,6 @@ public class ReportCancellApplyController {
                 if(StringUtils.isNotBlank(info.getStatus())){
                     info.setLabelStatus(SpringUtil.getBean ( IDictApi.class ).getDictLabel(info.getStatus(), "cw_status", ""));
                 }
-                info.setProjectNo("");
             }
         }
 

+ 0 - 5
jeeplus-modules/jeeplus-finance/src/main/java/com/jeeplus/finance/reportCancellApply/service/dto/ReportInfoDto.java

@@ -164,11 +164,6 @@ public class ReportInfoDto extends BaseDTO {
      */
     private CwProjectReportData reportDetail;
 
-    /**
-     * 报告号
-     */
-    @Excel(name = "报告号",width = 25,orderNum = "4")
-    private String projectNo;
 
 
 }