Showing
1 changed file
with
3 additions
and
1 deletions
@@ -74,7 +74,9 @@ public class RfidConfig { | @@ -74,7 +74,9 @@ public class RfidConfig { | ||
74 | } | 74 | } |
75 | 75 | ||
76 | /** | 76 | /** |
77 | - * 根据门店,查询所有被动的rfid信息 | 77 | + * 根据type和门店,查询所有的rfid信息(主动和被动的分开获取) |
78 | + * type 读取方式(1-主动;2-被动) | ||
79 | + * | ||
78 | */ | 80 | */ |
79 | private JSONArray queryAllRfidByType(Integer type){ | 81 | private JSONArray queryAllRfidByType(Integer type){ |
80 | logger.info("queryAllRfidByType with type={} and storeId={}", type, OFFLINE_STOREID); | 82 | logger.info("queryAllRfidByType with type={} and storeId={}", type, OFFLINE_STOREID); |
-
Please register or login to post a comment