Commit 1a84050f authored by 1650842865's avatar 1650842865

空指针错误

parent 8df1ea0c
......@@ -250,7 +250,7 @@ public class SapPurchaseApplicationImpl extends FlowBroker implements SapPurchas
sapPurchaseItemVo.setAnln3(sapPurchaseItemVo.getAnln1());
sapPurchaseItemVo.setAnln1(null);
//多个资产号传1
if (sapPurchaseItemVo.getAnln1().contains(",")){
if (sapPurchaseItemVo.getAnln3().contains(",")){
sapPurchaseItemVo.setVrtkz("1");
}else {
//1一个资产号传空
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment