|
@@ -41,7 +41,7 @@
|
|
and b.contract_code like concat('%', #{contractCode}, '%')
|
|
and b.contract_code like concat('%', #{contractCode}, '%')
|
|
</if>
|
|
</if>
|
|
<if test="wellName != null and wellName != ''">
|
|
<if test="wellName != null and wellName != ''">
|
|
- and a.wellName like concat('%', #{wellName}, '%')
|
|
|
|
|
|
+ and a.well_name like concat('%', #{wellName}, '%')
|
|
</if>
|
|
</if>
|
|
<if test="createTime != null and createTime.length > 0">
|
|
<if test="createTime != null and createTime.length > 0">
|
|
<choose>
|
|
<choose>
|