自动化立体仓库 - WMS系统
zhangc
2025-01-14 9f0fe04350c019c2ed1655d5b833648788734994
src/main/java/com/zy/asrs/controller/DocTypeController.java
@@ -72,7 +72,7 @@
   @ManagerAuth
    public R update(DocType docType){
        if (Cools.isEmpty(docType) || null==docType.getDocId()){
            return R.error();
            return R.error("参数缺失");
        }
        docType.setUpdateBy(getUserId());
        docType.setUpdateTime(new Date());