|
|
@ -64,12 +64,6 @@ |
|
|
|
<if test="param.orderCode != '' and param.orderCode != null"> |
|
|
|
<if test="param.orderCode != '' and param.orderCode != null"> |
|
|
|
and ldpl.order_code = #{param.orderCode} |
|
|
|
and ldpl.order_code = #{param.orderCode} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="param.orderCodeList != null"> |
|
|
|
|
|
|
|
and ldpl.order_code in |
|
|
|
|
|
|
|
<foreach collection="param.orderCodeList" item="a" open="(" separator="," close=")"> |
|
|
|
|
|
|
|
#{a} |
|
|
|
|
|
|
|
</foreach> |
|
|
|
|
|
|
|
</if> |
|
|
|
|
|
|
|
</where> |
|
|
|
</where> |
|
|
|
|
|
|
|
|
|
|
|
</select> |
|
|
|
</select> |
|
|
|