推送bip接口增加 local_notax_de 组织本币无税金额
This commit is contained in:
parent
eeeeaeccb2
commit
721329140d
|
@ -182,18 +182,18 @@ public class YongyouBIPOperation extends AbstractOperationServicePlugIn implemen
|
||||||
this.operationResult.setShowMessage(true);// 是否显示提示消息
|
this.operationResult.setShowMessage(true);// 是否显示提示消息
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// payrequestinfo.getDynamicObjectType().getAlias();//获取数据库表名
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if("submit".equals(eok)){
|
// else if("submit".equals(eok)){
|
||||||
DynamicObject[] dos = e.getDataEntities();
|
// DynamicObject[] dos = e.getDataEntities();
|
||||||
DynamicObject prinfo = null;
|
// DynamicObject prinfo = null;
|
||||||
for (int i = 0; i < dos.length; i++) {
|
// for (int i = 0; i < dos.length; i++) {
|
||||||
prinfo = dos[i];
|
// prinfo = dos[i];
|
||||||
// prinfo = BusinessDataServiceHelper.loadSingle(dos[i].getPkValue(),dos[i].getDataEntityType().getName());
|
// prinfo = BusinessDataServiceHelper.loadSingle(dos[i].getPkValue(),dos[i].getDataEntityType().getName());
|
||||||
testBip(prinfo);
|
// testBip(prinfo);
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
// payrequestinfo.getDynamicObjectType().getAlias();//获取数据库表名
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean testBip(DynamicObject prinfo){
|
private boolean testBip(DynamicObject prinfo){
|
||||||
|
|
Loading…
Reference in New Issue