自动化立体仓库 - WMS系统
ZY
2025-02-06 89a2971d0a728641f1745ae7acb41b4800592a38
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());