Compare commits

...

2 Commits

Author SHA1 Message Date
zoujiangtao e4015f5c00 Merge remote-tracking branch 'origin/main' into main 2024-12-19 17:56:12 +08:00
zoujiangtao 69aa8d9966 提交内容:BIP提交接口调用
备注:BIP提交接口调用
提交人:邹江涛
2024-12-19 17:55:42 +08:00
1 changed files with 1 additions and 0 deletions

View File

@ -96,6 +96,7 @@ public class ApiMappingBillPlugin extends AbstractFormPlugin implements Plugin {
codeEdit.setText(format(requestBody));
}
logger.info("点击按钮标识:{}", itemKey);
if ("shkd_analyzejson".equals(itemKey)) {
String text = codeEdit.getText();
Object obj = JSON.parse(text);