bug修复
This commit is contained in:
parent
3caf37dbd3
commit
78f81398b5
@ -59,6 +59,9 @@
|
|||||||
<if test="devSn != null and devSn != ''">
|
<if test="devSn != null and devSn != ''">
|
||||||
and dev_sn = #{devSn}
|
and dev_sn = #{devSn}
|
||||||
</if>
|
</if>
|
||||||
|
<if test="type == '1'.toString()">
|
||||||
|
and add_time >= current_date
|
||||||
|
</if>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="workTimeAnalysis" resultType="com.zhgd.xmgl.base.entity.vo.TrendVo">
|
<select id="workTimeAnalysis" resultType="com.zhgd.xmgl.base.entity.vo.TrendVo">
|
||||||
|
|||||||
@ -4,7 +4,7 @@ import java.io.UnsupportedEncodingException;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 车辆系统控制工具类
|
* 车辆系统控制工具类
|
||||||
*
|
*
|
||||||
* @author Administrator
|
* @author Administrator
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@ -15,7 +15,7 @@ public class yunboCarUtils {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 语音播报函数 入参: "语音内容"
|
* 语音播报函数 入参: "语音内容"
|
||||||
*
|
*
|
||||||
* @param plateNumber
|
* @param plateNumber
|
||||||
* (播放车牌语音) "粤B12345" content(播放语音)"欢迎光临;临时车不允许进场;此车已出场;一路平安"
|
* (播放车牌语音) "粤B12345" content(播放语音)"欢迎光临;临时车不允许进场;此车已出场;一路平安"
|
||||||
* @return
|
* @return
|
||||||
@ -94,7 +94,7 @@ public class yunboCarUtils {
|
|||||||
|
|
||||||
/***
|
/***
|
||||||
* 下发显示命令 参数:
|
* 下发显示命令 参数:
|
||||||
*
|
*
|
||||||
* @param type
|
* @param type
|
||||||
* 01表示第一行 02 表示第二行 03表示第三行 04表示第四行
|
* 01表示第一行 02 表示第二行 03表示第三行 04表示第四行
|
||||||
* @param content
|
* @param content
|
||||||
@ -171,7 +171,7 @@ public class yunboCarUtils {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 10进制转16进制(长度编译)
|
* 10进制转16进制(长度编译)
|
||||||
*
|
*
|
||||||
* @param systems
|
* @param systems
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
@ -206,7 +206,7 @@ public class yunboCarUtils {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 流水号
|
* 流水号
|
||||||
*
|
*
|
||||||
* @param randoms
|
* @param randoms
|
||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user