Commit 8cbe2b2c sunke

操作频繁的提示改为英文

1 个父辈 2a6b60e4
...@@ -187,7 +187,7 @@ public class AccShelfController extends BaseController { ...@@ -187,7 +187,7 @@ public class AccShelfController extends BaseController {
//5秒内同一个条码忽略 //5秒内同一个条码忽略
Date usedDate = barcode.getUsedDate(); Date usedDate = barcode.getUsedDate();
if(usedDate != null && now - usedDate.getTime() < 5000){ if(usedDate != null && now - usedDate.getTime() < 5000){
return "条码操作频繁,请稍后再试"; return "Frequent barcode operations, please try again later";
} }
StoragePos inPos = storagePosManager.getByBarcodeId(barcode.getId()); StoragePos inPos = storagePosManager.getByBarcodeId(barcode.getId());
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!