Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#250
bugfix:SQL参数填充
修复传参为json的时候无法进行sql填充,提示参数错误的问题。这个修复逻辑是先进行,分割,再考虑将分割错误的数据通过特定的标记合并起来。
修复当参数中含有'没有进行转义的问题
测试数据:
UPDATE site_config SET site_title = ?, site_subtitle = ?, logo_path = ?, favicon_path = ? WHERE id = ? AND X=?
XXXX(String), ,(String)(String), null, {"goodsService":[],"goodsSpecs":{"id":"db6c56a224a788c5a7458017731c9255","imageFileId":"16925e7fc297452a984d4b3e2e9e6e40"}}(String), 1(Integer), '(String)