|
|
|
@ -76,7 +76,7 @@
|
|
|
|
|
SELECT client_id from logpm_basicdata_clientuser where user_id =#{loginUserId} |
|
|
|
|
) |
|
|
|
|
and |
|
|
|
|
ldsa.is_deleted = 0 and ldsa.type_service ='2' and ldsa.genre = 1 and ldsa.reservation_status in ('10','20') and ldsa.order_status in ('10','20','30') |
|
|
|
|
ldsa.is_deleted = 0 and ldsa.type_service ='2' and ldsa.genre = 1 and ldsa.reservation_status in ('10','20') and ldsa.order_status in ('10','20','30') |
|
|
|
|
<if test="distributionStockArticleVO.orderCode!=null and distributionStockArticleVO.orderCode !=''"> |
|
|
|
|
and ldsa.order_code = #{distributionStockArticleVO.orderCode} |
|
|
|
|
</if> |
|
|
|
|