|
@@ -330,7 +330,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
LEFT JOIN centerdata_t_housingconstruction_realnameuser c ON b.join_house_id = c.id
|
|
|
left join (SELECT
|
|
|
a.steelcylinder_id,
|
|
|
- GROUP_CONCAT(b.gas_address ORDER BY a.sign_time desc) address
|
|
|
+ GROUP_CONCAT(b.gas_address ORDER BY a.sign_time desc SEPARATOR '@_@') address
|
|
|
FROM
|
|
|
centerdata_t_housingconstruction_steelcylinder_log a
|
|
|
LEFT JOIN centerdata_t_housingconstruction_realnameuser b ON a.join_house_id = b.id
|