You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/09/22 04:00:04 UTC

[GitHub] [shardingsphere] Scottle-Hu commented on issue #10515: After Dependent ShardingSphere , MyBatis-Plus ResultMap Mapping Null

Scottle-Hu commented on issue #10515:
URL: https://github.com/apache/shardingsphere/issues/10515#issuecomment-924562610


   I met this problem, too. 
   And I found that if do not use *, all work fine.
   
   for example:
   ```select xxx.a, xxx.b , yyy.a, yyy.b from xxxx;```
   instead of
   ```select xxx.* , yyy.* from t;```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org