flik
flik
> 同样 如何解决 已经放弃了
> > > > 哎 这里百度没人管,交流群也没有,稀烂 是啊,所以如果需要小程序实现某些AI功能,最好还是在服务器上推理吧。
@tnylea Hi, thank you for your suggestion! I agree that removing the pagination folder prefix (/pgn) makes sense. I've already updated the code and removed that part. I'm also taking...
@tnylea I've submit a PR to the docs. https://github.com/thedevdojo/static.devdojo.com/pull/6
有个不优雅的解决方案: @LogRecord( success = "客户存单{_DIFF{#customerChargeDto}}", type = LogRecordType.CUSTOMER, subType = LogRecordType.CUSTOMER_SUB.CHARGE, bizNo = "{{#customerChargeDto.customerId}}" ) public CommonResult chargeCustomer(Principal principal, @RequestBody CustomerChargeDto customerChargeDto) { **LogRecordContext.putVariable(DiffParseFunction.OLD_OBJECT, new CustomerChargeDto());** return false; } 将初始化的入参对象作为OLD_OBJECT,这样就会对比前端传入的入参对象和初始化的入参对象