自动化立体仓库 - WMS系统
zhangc
2025-02-20 7299282e6d9bfb7cf008477c2af888b3930bd716
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());