hanfucheng 1 gadu atpakaļ
vecāks
revīzija
0a9b7a9960

+ 1 - 0
src/main/resources/mapper/housingconstruction/CenterdataTHousingconstructionViewMapper.xml

@@ -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>