|
@@ -718,7 +718,7 @@
|
|
|
</when>
|
|
</when>
|
|
|
<otherwise>
|
|
<otherwise>
|
|
|
and kllu2.top_ent_id = #{logisticsReq.entId,jdbcType=BIGINT}
|
|
and kllu2.top_ent_id = #{logisticsReq.entId,jdbcType=BIGINT}
|
|
|
- <if test="logisticsReq.status != null">
|
|
|
|
|
|
|
+ <if test="logisticsReq.status != null and logisticsReq.status != 0">
|
|
|
and kll.status = #{logisticsReq.status}
|
|
and kll.status = #{logisticsReq.status}
|
|
|
</if>
|
|
</if>
|
|
|
<if test="logisticsReq.trading != null">
|
|
<if test="logisticsReq.trading != null">
|