wensaint
wensaint
I want to change the cookie options at runningtime, Any news on this PR?
I find the solution by change the source code. ``` filePath : src/core/storage.ts line: 29 // this.options = options // add runtimeConfig support by wensaint this.options = { ...options, ...(this.ctx.$config...
> 支付信息都是在OrderInfo里面,你可以再转换过 我现在就是这样做的,我的意思源码中直接转了会不会方便点
> 因为支付信息都是统一以字符串给出去的,一改就会影响原有的用户,目前不会直接改 好的。如果源码会影响其他用户,那我就自己转换吧
我觉得源码中可以在保持原方法不变情况下,加多一个方法。这样兼容旧版本,同时解决这个普遍问题
roll back to 1.4.1, then the error gone.
run into the same error...
2019-08-29 18:09:19.602 +08:00 [Error] syslog: sysRole DynamicQueryBuilder.DynamicQueryBuilderExceptions+DynamicQueryException: DynamicQueryBuilder has encountered an unhandled exception ---> System.ArgumentException: Incorrect number of arguments supplied for call to method 'System.Linq.IOrderedQueryable`1[Wensaint.BaseApp.Model.sysRole] OrderBy[sysRole,String](System.Linq.IQueryable`1[Wensaint.BaseApp.Model.sysRole], System.Linq.Expressions.Expression`1[System.Func`2[Wensaint.BaseApp.Model.sysRole,System.String]])' Parameter name: method...
I have fixed the problem by modify the follow file. ------------------------------------------------ File: OrderFunctionVisitor.cs Line:84-115 private void IterateOrderOptions(ref bool isPreOrdered, ref Expression currentNode) { foreach (OrderOptionDetails orderOpts in _orderOptionDetails) { //if...
@cyilcode please double check in time. if there is no bug, update and publish it.