瀏覽代碼

是否阀管改造

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