Commit bc3d5ec5 LN

中车接口增加du_code

1 个父辈 6666fe36
......@@ -931,6 +931,7 @@ public class DataCache {
Integer value = map.get(type) + addCount;
map.put(type, value);
spUsedPosCountMap.put(cid, map);
log.info("updateSpUsePosCount, cid="+cid+",type="+type+",value="+value);
} catch (Exception ex) {
log.error("updateSpUsePosCount " + storage.getCid() + "," + pos.getPosName() + "," + addCount + " 出错:" + ex.getMessage());
}
......
......@@ -366,6 +366,7 @@ public class ZhongCheSPApi extends BaseSmfApiListener {
dataItem.put("mf_date", DateUtil.toDateString(barcode.getProduceDate(), "yyyy-MM-dd HH:mm:ss"));
}
dataItem.put("du_code",barcode.getFullCode());//二维码解析内容
dataList.add(dataItem);
request.put("data", dataList);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!