Commit ab2606c6 authored by suhuiguang's avatar suhuiguang

1.增加统计类型

parent fdecf097
......@@ -21,7 +21,7 @@ public class LegendDataDto {
private String value;
/**
* 图列类型
* 图列类型:bar-柱状图;line-折线图
*/
private String chartType;
}
......@@ -106,7 +106,9 @@
tzs_safety_problem_tracing
WHERE
governing_body_org_code LIKE concat ( #{orgCode}, '%' )
<if test="now != null and now != ''">
AND DATE_FORMAT(problem_time,'%Y-%m') &gt;= #{now}
</if>
</select>
<select id="getOrgCodeAndCompanyCodesByCompanyCodes" resultType="java.util.Map">
select org_code AS orgCode,company_code AS companyCode from privilege_company where company_code in
......
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