LuMitchell
LuMitchell
PHP : /usr/local/php74/bin/php Warning: PHP Startup: Unable to load dynamic library 'opencc.so' (tried: /root/downloads/opencc4php/modules/opencc.so (libopencc.so.2: cannot open shared object file: No such file or directory), /root/downloads/opencc4php/modules/opencc.so.so (/root/downloads/opencc4php/modules/opencc.so.so: cannot open shared...
 我一开始使用的whereHas闭包里面也是whereHas,数据正常。 今天替换了所有的whereHas为whereHasIn,发现在闭包里面用whereHasIn的结果是错误的(空)。 把闭包中的whereHasIn换成whereHas后正常了(如上图)。