|
@@ -124,7 +124,7 @@
|
|
|
<if test="fOriginalbillno != null and fOriginalbillno != ''">and leg.f_originalbillno = #{fOriginalbillno}</if>
|
|
|
<if test="fPreqty != null ">and leg.f_preqty = #{fPreqty}</if>
|
|
|
<if test="fCorpid != null ">and leg.f_corpid = #{fCorpid}</if>
|
|
|
- <if test="fMblno != null ">and leg.f_mblno = #{fMblno}</if>
|
|
|
+ <if test="fMblno != null ">and leg.f_mblno LIKE concat('%', #{fMblno}, '%') </if>
|
|
|
<if test='orgStorageDate != null and orgStorageDate[0] != null and orgStorageDate[0]!= ""'>
|
|
|
and leg.f_originalbilldate >= #{orgStorageDate[0]}
|
|
|
</if>
|