feat(可回溯): 多租户

增加租户查询列表服务
This commit is contained in:
BrandWang
2023-05-15 10:35:55 +08:00
parent db4fffcda2
commit fb2997aa2b
3 changed files with 16 additions and 0 deletions
@@ -41,6 +41,9 @@
<if test="recallOrderDTO.id != null and recallOrderDTO.id != '' ">
and t.id = #{recallOrderDTO.id}
</if>
<if test="recallOrderDTO.tenantId != null and recallOrderDTO.tenantId != '' ">
and t.tenant_id = #{recallOrderDTO.tenantId}
</if>
<if test="recallOrderDTO.productCode != null and recallOrderDTO.productCode != '' ">
and t.product_code = #{recallOrderDTO.productCode}
</if>