mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-03 01:20:15 +08:00
update 生成桩号缓存
This commit is contained in:
@@ -283,6 +283,18 @@ public class SpringBootTestController {
|
||||
System.out.println(JSON.toJSONString(list));
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testGeneratePileSn() {
|
||||
// String key = CacheConstants.PILE_SN_GENERATE_KEY + "88";
|
||||
// redisCache.setCacheObject(key, null);
|
||||
// Long pileNum = redisCache.getCacheLong(key);
|
||||
// System.out.println(pileNum);
|
||||
|
||||
snUtils.getPileSn("88");
|
||||
// List<String> list = snUtils.generateSN(2);
|
||||
// System.out.println(list);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testGenerateOccupyPileOrder() {
|
||||
String memberId = "67569684";
|
||||
|
||||
Reference in New Issue
Block a user