|
@@ -302,7 +302,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
b.join_house_name joinHouseName,
|
|
|
c.gas_address gasAddress,
|
|
|
b.delivery_time deliveryTime,
|
|
|
- b.delivery_name deliveryName
|
|
|
+ b.delivery_name deliveryName,
|
|
|
+ a.steelcylinder_number steelcylinderNumber
|
|
|
FROM
|
|
|
centerdata_t_housingconstruction_steelcylinder a
|
|
|
left join centerdata_t_housingconstruction_steelcylinder_log b on a.id = b.steelcylinder_id and recycling_time is null
|