wangzhe преди 1 година
родител
ревизия
f112788f92
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      ruoyi-zdsz/src/main/resources/mapper/zdsz/ZEngineeringGasOpeningMapper.xml

+ 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