|
|
@@ -54,14 +54,14 @@
|
|
54
|
54
|
</select>
|
|
55
|
55
|
|
|
56
|
56
|
<select id="selectPieChart" parameterType="com.unis.module.coding.controller.admin.kshzs.vo.paramVo" resultType="map">
|
|
57
|
|
- <if test = "lx=='1'">
|
|
|
57
|
+ <if test = "lx==1">
|
|
58
|
58
|
select round(sum(jjsl/10000),2) "value",lspzmc name from DELIVERY_HWK
|
|
59
|
59
|
<where>
|
|
60
|
60
|
<include refid="queryInfo"/>
|
|
61
|
61
|
</where>
|
|
62
|
|
- group by lspzmc order by FIELD(pzdlmc,'小麦','玉米','稻谷','大豆','其他') asc
|
|
|
62
|
+ group by lspzmc order by FIELD(lspzmc,'小麦','玉米','稻谷','大豆','其他') asc
|
|
63
|
63
|
</if>
|
|
64
|
|
- <if test = "lx=='2'">
|
|
|
64
|
+ <if test = "lx==2">
|
|
65
|
65
|
select round(sum(jjsl/10000),2) "value",shnd name from DELIVERY_HWK
|
|
66
|
66
|
<where>
|
|
67
|
67
|
<include refid="queryInfo"/>
|