Commit c68a05f9 by 陶光胜

报表中心

parent c1976548
......@@ -24,7 +24,7 @@ public class DownloadReportQO extends PageQO {
@Max(value = 3, message = "不存在该类型", groups = SelectValidView.class)
private Integer dataType;
@Min(value = 0, message = "不存在该状态", groups = SelectValidView.class)
@Max(value = 5, message = "不存在该状态", groups = SelectValidView.class)
@Max(value = 7, message = "不存在该状态", groups = SelectValidView.class)
private Integer downloadReportStatus;
private String searchValue;
......
......@@ -360,7 +360,7 @@
select
<include refid="Base_Column_List" />
from tab_download_report
where status = 1
where 1 = 1
<if test="enterpriseId != null ">
and enterprise_id = #{enterpriseId}
</if>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment