| blade-service/blade-jfpts/src/main/java/org/springblade/jfpt/equipment/mapper/EquipmentMapper.xml | ●●●●● patch | view | raw | blame | history |
blade-service/blade-jfpts/src/main/java/org/springblade/jfpt/equipment/mapper/EquipmentMapper.xml
@@ -165,9 +165,12 @@ and dtype=#{equipment.dtype} </if> <if test="dxtype!=null"> <if test="dxtype!=null and dxtype == 1"> and heartbeat >= DATE_SUB(NOW(),INTERVAL 1 DAY) </if> <if test="dxtype!=null and dxtype == 0"> and heartbeat < DATE_SUB(NOW(),INTERVAL 1 DAY) </if> <if test="childList!=null and childList.size>0"> and deptId in