CodingBingo commented on issue #12322: URL: https://github.com/apache/shardingsphere/issues/12322#issuecomment-916277249
In my opinion, in your code**courseRepository.save(course);**, if you don't assign a value for **userCardNo**, it will assign a null value for this column automatically; For ** QueryAssistedEncryptAlgorithm**, I think it does some design problem. I think the method ``` String queryAssistedEncrypt(String plaintext); ``` should be change to ``` String queryAssistedEncrypt(Object plainValue); ``` so user can directly transfer plain value to the algorithm and decide how to process this value to generate assistant value. @tristaZero @strongduanmu -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
