|
|
@ -99,7 +99,7 @@ public class ProductionCreateEAIService extends AbsEAIService { |
|
|
|
} |
|
|
|
|
|
|
|
private String cteateBatchNo(){ |
|
|
|
StringBuilder sb = new StringBuilder(); |
|
|
|
StringBuffer sb = new StringBuffer(); |
|
|
|
Long batchNo; |
|
|
|
if (redisUtil.getRedisTemplate().hasKey(ProductionUtil.KEY)) { |
|
|
|
batchNo = redisUtil.incrBy(ProductionUtil.KEY, 1); |
|
|
|