施工管控-手环编码改为名称

This commit is contained in:
cwchen 2024-10-14 11:13:35 +08:00
parent 2aae7705b8
commit 7c7936f287
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
tb.face_status AS faceStatus,
tb.id AS braceletId,
sbx.gt_id AS towerId,
tb.sh_code AS shCode,
tb.sh_name AS shCode,
IFNULL(tp.mj_code,'--') AS mjCode
FROM tb_people tp
LEFT JOIN tb_bracelet tb ON tp.id = tb.bid_id AND tb.peopel_type = 0