|
|
|
@ -13,7 +13,7 @@
|
|
|
|
|
) mid ON mid.recordCode = tmo.recordCode
|
|
|
|
|
<where>
|
|
|
|
|
<if test="recordCode != '' and recordCode != null">
|
|
|
|
|
and recordCode = #{recordCode}
|
|
|
|
|
and mid.recordCode = #{recordCode}
|
|
|
|
|
</if>
|
|
|
|
|
<if test="companyName != '' and companyName != null">
|
|
|
|
|
AND companyName LIKE CONCAT('%', #{companyName}, '%')
|
|
|
|
|