Commit cb6e8c32 zshaohui

type = 2时,不调用出库通知

1 个父辈 ba7413c1
...@@ -95,6 +95,9 @@ public class NeotelApi extends BaseSmfApiListener { ...@@ -95,6 +95,9 @@ public class NeotelApi extends BaseSmfApiListener {
paramMap.put("so",task.getSo()); paramMap.put("so",task.getSo());
int type = getType(task), w = 0, h = 0; int type = getType(task), w = 0, h = 0;
if (type == 2){
return;
}
if (type != 2) { if (type != 2) {
w = task.getW(); w = task.getW();
h = task.getH(); h = task.getH();
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!