bug修复

This commit is contained in:
guo 2024-01-04 11:14:04 +08:00
parent 3caf37dbd3
commit 78f81398b5
2 changed files with 8 additions and 5 deletions

View File

@ -59,6 +59,9 @@
<if test="devSn != null and devSn != ''">
and dev_sn = #{devSn}
</if>
<if test="type == '1'.toString()">
and add_time >= current_date
</if>
</select>
<select id="workTimeAnalysis" resultType="com.zhgd.xmgl.base.entity.vo.TrendVo">