bug修复
This commit is contained in:
parent
3caf37dbd3
commit
78f81398b5
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user