Nullkeyreturnedforcacheoperation(maybeyouareusingnamedparamsonclasseswithoutdebug
(2024-03-12 09:12:30)Null key returned for cache operation (maybe you are using
named params on classes without debug info?) Builder(解决Null key
returned for cache operation)
解决: key = "#id" 改成: key = "'_' + #id"