数据bug修改
This commit is contained in:
parent
e35d650d85
commit
0d1728aec0
|
|
@ -22,6 +22,8 @@ public class BraceletEntity {
|
||||||
*/
|
*/
|
||||||
private int boxNum;
|
private int boxNum;
|
||||||
|
|
||||||
|
private String shName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 总容量
|
* 总容量
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
</if>
|
</if>
|
||||||
</select>
|
</select>
|
||||||
<select id="getBoxInfo" resultType="com.bonus.app.entity.BraceletEntity">
|
<select id="getBoxInfo" resultType="com.bonus.app.entity.BraceletEntity">
|
||||||
select blt.sh_code shCode,blt.id devId,peopel_type userType, blt.bid_id userId,
|
select blt.sh_code shCode,blt.id devId,peopel_type userType, blt.bid_id userId,blt.sh_name,shName,
|
||||||
tpp.lat sgLat ,tpp.lon sgLon,team.team_name teamName,blt.face_status faceStatus,
|
tpp.lat sgLat ,tpp.lon sgLon,team.team_name teamName,blt.face_status faceStatus,
|
||||||
case
|
case
|
||||||
WHEN peopel_type=0 then tpe.name
|
WHEN peopel_type=0 then tpe.name
|
||||||
|
|
@ -85,7 +85,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||||
</if>
|
</if>
|
||||||
</select>
|
</select>
|
||||||
<select id="getBoxInfoBid" resultType="com.bonus.app.entity.BraceletEntity">
|
<select id="getBoxInfoBid" resultType="com.bonus.app.entity.BraceletEntity">
|
||||||
select blt.sh_code shCode,blt.id devId,peopel_type userType, blt.bid_id userId,
|
select blt.sh_code shCode,blt.id devId,peopel_type userType, blt.bid_id userId,blt.sh_name,shName,
|
||||||
tpp.lat sgLat ,tpp.lon sgLon,blt.face_status faceStatus,
|
tpp.lat sgLat ,tpp.lon sgLon,blt.face_status faceStatus,
|
||||||
case
|
case
|
||||||
WHEN peopel_type=0 then tpe.name
|
WHEN peopel_type=0 then tpe.name
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue