@@ -389,7 +389,7 @@
FROM
t_customer_carbon_val a
WHERE
- 1=1
+ 1=1
AND a.`status` = 1
AND a.t_customer_id = #{guid}
</select>