mouzt / mzt-biz-log

支持Springboot,基于注解的可使用变量、可以自定义函数的通用操作日志组件
Apache License 2.0
2.06k stars 483 forks source link

当描述中存在多个变量时,_DIFF 无差异也会记录日志 #153

Closed Soul-debug closed 4 months ago

Soul-debug commented 5 months ago

文档提到 38bb6284ebdb3f3c52152507a21dea8 可是当我的①处有一个提示变量,②处对比无差异,还是一样的记录了日志 eb37451167e88fd94247c136768cafc 我看源码是因为这个提示变量导致 cbf0d726422826a7f95f0880345650e 走进了这里,导致 883b63704e274a47301f72659f902fa 这里没有进,就记录了一个空的日志 如何能让它不记录日志呢?

mouzt commented 4 months ago

will fix in 3.0.7

mouzt commented 4 months ago

3.0.7-snapshot 已经修复,可运行单测:test_sameDiffNotRecord 和 test_sameDiffNotRecordWithMoreExpression 验证