Commit 5e2d8b85 authored by zhangsen's avatar zhangsen

人员赋码规则bug修改

parent c4524de3
...@@ -210,7 +210,7 @@ ...@@ -210,7 +210,7 @@
<select id="getPersonYardByPage" resultType="java.util.Map"> <select id="getPersonYardByPage" resultType="java.util.Map">
SELECT SELECT
ifnull(b.name, '') as name , ifnull(b.name, '') as personName ,
ifnull(a.qrcode_color, '') AS qrCodeColor, ifnull(a.qrcode_color, '') AS qrCodeColor,
ifnull(c.station_name, '') AS stationName ifnull(c.station_name, '') AS stationName
FROM FROM
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment