资金计划申请付款处理逻辑调整
This commit is contained in:
parent
4edbb6f797
commit
35312eb62b
|
@ -62,7 +62,7 @@ public class CasPaybillToEcFundPlanApplyOp extends AbstractOperationServicePlugI
|
|||
String typeString = "";
|
||||
if(settletype!=null){
|
||||
String type = settletype.getString("number");
|
||||
if("002".equals(type)){ //司库-对公
|
||||
if("002".equals(type) || "JSFS04".equals(type)){ //司库-对公/电汇
|
||||
//现金
|
||||
typeString = "XJ";
|
||||
}else if("JSFS07".equals(type)){ //银行承兑汇票
|
||||
|
|
Loading…
Reference in New Issue