parent
06e8c4b4d0
commit
3207117faa
|
@ -136,7 +136,7 @@ public class ApiMappingBillPlugin extends AbstractFormPlugin implements Plugin {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ("shkd_pushjson".equals(itemKey)) {
|
if ("shkd_pushjson".equals(itemKey)) {
|
||||||
String requestBody = ApiService.assembleRequestBody(billObject, dataEntity);
|
String requestBody = codeEdit.getText();
|
||||||
String result = ApiService.paymentSlipsJson(billObject, "BIP", dynamicObjects, requestBody);
|
String result = ApiService.paymentSlipsJson(billObject, "BIP", dynamicObjects, requestBody);
|
||||||
SaveServiceHelper.save(dynamicObjects.toArray(new DynamicObject[0]));
|
SaveServiceHelper.save(dynamicObjects.toArray(new DynamicObject[0]));
|
||||||
this.getView().showTipNotification("返回结果:" + result);
|
this.getView().showTipNotification("返回结果:" + result);
|
||||||
|
|
Loading…
Reference in New Issue