|
|
|
@ -143,7 +143,7 @@
|
|
|
|
|
<if test="param.thirdProduct != null and param.thirdProduct != '' "> |
|
|
|
|
and ldpl.third_product like concat('%',#{param.thirdProduct},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="param.date != null and param.date != '' "> |
|
|
|
|
<if test="param.date != null "> |
|
|
|
|
and ldl.update_time like concat(#{param.date},'%') |
|
|
|
|
</if> |
|
|
|
|
</where> |
|
|
|
@ -244,7 +244,7 @@
|
|
|
|
|
<if test="param.thirdProduct != null and param.thirdProduct != '' "> |
|
|
|
|
and ldpl.third_product like concat('%',#{param.thirdProduct},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="param.date != null and param.date != '' "> |
|
|
|
|
<if test="param.date != null "> |
|
|
|
|
and ldl.create_time like concat(#{param.date},'%') |
|
|
|
|
</if> |
|
|
|
|
</where> |
|
|
|
@ -345,7 +345,7 @@
|
|
|
|
|
<if test="param.thirdProduct != null and param.thirdProduct != '' "> |
|
|
|
|
and ldpl.third_product like concat('%',#{param.thirdProduct},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="param.date != null and param.date != '' "> |
|
|
|
|
<if test="param.date != null "> |
|
|
|
|
and ldl.update_time like concat(#{param.date},'%') |
|
|
|
|
</if> |
|
|
|
|
</where> |
|
|
|
@ -452,7 +452,7 @@
|
|
|
|
|
<if test="param.thirdProduct != null and param.thirdProduct != '' "> |
|
|
|
|
and ldpl.third_product like concat('%',#{param.thirdProduct},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="param.date != null and param.date != '' "> |
|
|
|
|
<if test="param.date != null "> |
|
|
|
|
and lds.create_time like concat(#{param.date},'%') |
|
|
|
|
</if> |
|
|
|
|
</where> |
|
|
|
@ -552,7 +552,7 @@
|
|
|
|
|
<if test="param.thirdProduct != null and param.thirdProduct != '' "> |
|
|
|
|
and ldpl.third_product like concat('%',#{param.thirdProduct},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="param.date != null and param.date != '' "> |
|
|
|
|
<if test="param.date != null "> |
|
|
|
|
and lwug.create_time like concat(#{param.date},'%') |
|
|
|
|
</if> |
|
|
|
|
</where> |
|
|
|
@ -652,7 +652,7 @@
|
|
|
|
|
<if test="param.thirdProduct != null and param.thirdProduct != '' "> |
|
|
|
|
and ldpl.third_product like concat('%',#{param.thirdProduct},'%') |
|
|
|
|
</if> |
|
|
|
|
<if test="param.date != null and param.date != '' "> |
|
|
|
|
<if test="param.date != null "> |
|
|
|
|
and lwtg.create_time like concat(#{param.date},'%') |
|
|
|
|
</if> |
|
|
|
|
</where> |
|
|
|
|