|
@@ -1519,11 +1519,14 @@ public class SyPackingListTailoringServiceImpl extends ServiceImpl<SyPackingList
|
|
|
|
|
|
if(mapt.get("customerCode").equals("T020001")&&!mapt.get("account").equals("101")){
|
|
|
mapt.put("account","101");//账套号
|
|
|
+ mapt.put("error","101账套未推送");
|
|
|
}else if(mapt.get("customerCode").equals("0001")&&!mapt.get("account").equals("102")){
|
|
|
map6.put("CTYPE","专用");//发票类型(普通,专用)
|
|
|
mapt.put("account","102");//账套号
|
|
|
+ mapt.put("error","102账套未推送");
|
|
|
}else{
|
|
|
mapt.put("account","104");//账套号
|
|
|
+ mapt.put("error","");
|
|
|
}
|
|
|
mapt.put("itemSort",mapSort);
|
|
|
System.out.println("获取循环后当前是第几个账套\t"+mapt.get("account"));
|