#
luxiaotao1123
2020-06-13 2b613ec7306bf62b6bebde76fe6b4cccc4fc64ff
src/main/java/com/zy/asrs/controller/StaDescController.java
@@ -70,7 +70,7 @@
   @RequestMapping(value = "/staDesc/update/auth")
   @ManagerAuth(memo = "站点路径修改")
    public R update(StaDesc staDesc){
        if (Cools.isEmpty(staDesc) || null==staDesc.getCrnNo()){
        if (Cools.isEmpty(staDesc) || null==staDesc.getTypeId()){
            return R.error();
        }
        staDesc.setModiUser(getUserId());