浏览代码

Merge remote-tracking branch 'origin/master'

user5 1 年之前
父节点
当前提交
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())){
                 if(StringUtils.isNotBlank(info.getStatus())){
                     info.setLabelStatus(SpringUtil.getBean ( IDictApi.class ).getDictLabel(info.getStatus(), "cw_status", ""));
                     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;
     private CwProjectReportData reportDetail;
 
 
-    /**
-     * 报告号
-     */
-    @Excel(name = "报告号",width = 25,orderNum = "4")
-    private String projectNo;
 
 
 
 
 }
 }