自动化立体仓库 - WMS系统
zhangc
2025-03-18 6387253bbea607103d1d68464b848c6bd386bf0f
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());