Selaa lähdekoodia

是否阀管改造

wangzhe 1 vuosi sitten
vanhempi
commit
f112788f92

+ 1 - 1
ruoyi-zdsz/src/main/resources/mapper/zdsz/ZEngineeringGasOpeningMapper.xml

@@ -40,7 +40,7 @@
         <if test="p.houseId != null and p.houseId != ''">
             and z.house_id = #{p.houseId}
         </if>
-        <if test="p.createBy != null and p.p.createBy != ''">
+        <if test="p.createBy != null and p.createBy != ''">
             and z.create_by = #{p.createBy}
         </if>
         order by z.update_info_time desc