|
|
@ -229,7 +229,7 @@ |
|
|
|
</foreach> |
|
|
|
</foreach> |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="param.orderPackageCode !='' and param.orderPackageCode != null"> |
|
|
|
<if test="param.orderPackageCode !='' and param.orderPackageCode != null"> |
|
|
|
and ldpl.order_package_code like concat('%',#{param.orderPackageCode},'%') |
|
|
|
and ldpl.order_package_code like concat(#{param.orderPackageCode},'%') |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="param.firsts !='' and param.firsts != null"> |
|
|
|
<if test="param.firsts !='' and param.firsts != null"> |
|
|
|
and ldpl.firsts = #{param.firsts} |
|
|
|
and ldpl.firsts = #{param.firsts} |
|
|
|