| | |
| | | and t.product_id= #{productId} |
| | | </if> |
| | | <if test="statusCd !=null and statusCd != ''"> |
| | | and t.status_cd= #{statusCd} |
| | | and p.status_cd= #{statusCd} |
| | | </if> |
| | | <if test="storeId !=null and storeId != ''"> |
| | | and t.store_id= #{storeId} |
| | | and p.store_id= #{storeId} |
| | | </if> |
| | | <if test='hasProduct !=null and hasProduct == "N"'> |
| | | and t.product_id is null |
| | |
| | | and t.product_id= #{productId} |
| | | </if> |
| | | <if test="statusCd !=null and statusCd != ''"> |
| | | and t.status_cd= #{statusCd} |
| | | and p.status_cd= #{statusCd} |
| | | </if> |
| | | <if test="storeId !=null and storeId != ''"> |
| | | and t.store_id= #{storeId} |
| | | and p.store_id= #{storeId} |
| | | </if> |
| | | <if test='hasProduct !=null and hasProduct == "N"'> |
| | | and t.product_id is null |