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">

View File

@ -4,7 +4,7 @@ import java.io.UnsupportedEncodingException;
/**
* 车辆系统控制工具类
*
*
* @author Administrator
*
*/
@ -15,7 +15,7 @@ public class yunboCarUtils {
/**
* 语音播报函数 入参 "语音内容"
*
*
* @param plateNumber
* (播放车牌语音) "粤B12345" content播放语音"欢迎光临;临时车不允许进场;此车已出场;一路平安"
* @return
@ -94,7 +94,7 @@ public class yunboCarUtils {
/***
* 下发显示命令 参数
*
*
* @param type
* 01表示第一行 02 表示第二行 03表示第三行 04表示第四行
* @param content
@ -171,7 +171,7 @@ public class yunboCarUtils {
/**
* 10进制转16进制(长度编译)
*
*
* @param systems
* @return
*/
@ -206,7 +206,7 @@ public class yunboCarUtils {
/**
* 流水号
*
*
* @param randoms
* @return
*/