소스 검색

是否阀管改造

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