1
3 天以前 af1ee01622373808c0c8a82f3c4e292fb5d917ba
rsf-server/src/main/java/com/vincent/rsf/server/manager/controller/WarehouseAreasController.java
@@ -132,6 +132,7 @@
            }
        }
        warehouseAreas.setUpdateTime(new Date());
        if (!warehouseAreasService.updateById(warehouseAreas)) {
            return R.error("Update Fail");
        }