【泛微接口】
This commit is contained in:
parent
5eaf6f9d68
commit
555dd5aa8e
|
|
@ -26,7 +26,7 @@ public class PurApplySubmitToFwPlugin extends AbstractOperationServicePlugIn {
|
||||||
List<Object> successPkIds = operationResult.getSuccessPkIds();
|
List<Object> successPkIds = operationResult.getSuccessPkIds();
|
||||||
for (Object successPkId : successPkIds) {
|
for (Object successPkId : successPkIds) {
|
||||||
DynamicObject bill = BusinessDataServiceHelper.loadSingle(successPkId, "pm_purapplybill");
|
DynamicObject bill = BusinessDataServiceHelper.loadSingle(successPkId, "pm_purapplybill");
|
||||||
FWImpl.pushFwPurApply(bill)
|
String resultStr = FWImpl.pushFwPurApply(bill);
|
||||||
if(StringUtils.isNotBlank(resultStr)){
|
if(StringUtils.isNotBlank(resultStr)){
|
||||||
JSONObject resultObj = JSONObject.parseObject(resultStr);
|
JSONObject resultObj = JSONObject.parseObject(resultStr);
|
||||||
String code = resultObj.getString("code");
|
String code = resultObj.getString("code");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue