feat(property): 新增入驻员工登录功能
This commit is contained in:
@@ -53,8 +53,8 @@
|
||||
<if test="meterId != '' and meterId != null">
|
||||
AND a.meter_id = #{meterId}
|
||||
</if>
|
||||
GROUP BY MONTH(reading_time)
|
||||
ORDER BY `month`;
|
||||
GROUP BY `month`
|
||||
ORDER BY `month`
|
||||
</select>
|
||||
|
||||
</mapper>
|
||||
|
Reference in New Issue
Block a user