有两个参数传给报表,分别是product_id和Order_id ,查询条件就是如果提供的product_id不为空,则只使用product_id作为过滤条件,查出该产品信息,如果product_id为空,则使用Order_id为过滤条件。查出该订单下所有产品;(原始两条语句:select * from product_table where product_id = '${product_id}' 和select * from product_table where product_id = '${Order_id }',订单和产品是一对多的关系,即一个订单下有多个产品) |
最佳回答 |
||||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|
|||
0
|
|