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