@@ -298,6 +298,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
WHERE
a.state = 'state_4'
<if test="enterpriseId != null and enterpriseId != ''"> and a.enterprise_id = #{enterpriseId}</if>
+ <if test="steelcylinderNumber != null and steelcylinderNumber != ''"> and a.steelcylinder_number = #{steelcylinderNumber}</if>
${params.dataScope}
</select>