You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because systemMessageRemoteId is the primary key, systemMessageTypeId does not affect the query result no matter what content is passed, because only pk is used for the judgment condition.
Similarly, querying order information based on orderId, orderStatus, and so on. If I need to query orders based on orderId and orderStatus, now I can only use the order number to find the order information first, and then use the code to judge the order status.
The text was updated successfully, but these errors were encountered:
For example, there is the following code:
Because systemMessageRemoteId is the primary key, systemMessageTypeId does not affect the query result no matter what content is passed, because only pk is used for the judgment condition.
Similarly, querying order information based on orderId, orderStatus, and so on. If I need to query orders based on orderId and orderStatus, now I can only use the order number to find the order information first, and then use the code to judge the order status.
The text was updated successfully, but these errors were encountered: