|
@@ -452,6 +452,10 @@
|
|
|
ON ttr.RESULT_ID =towr.TOTAL_RESULT_ID
|
|
|
where tlsr.DELETED=0 and adn.DELETED=0 and ada.DELETED=0
|
|
|
and oic.DELETED=0 and osi.DELETED=0
|
|
|
+ <if test="con!=null and con!=''.toString()">
|
|
|
+ and rm.MATERIAL_NAME || db.RESULT_FOREIGN_SHIP_NAME || rc.CAPACITY_NUMBER || rps.PORT_NAME
|
|
|
+ like Concat(concat('%',#{con}),'%')
|
|
|
+ </if>
|
|
|
)
|
|
|
<where>
|
|
|
<if test="materialName != null">
|