Commit 223fd32d authored by 顾俭's avatar 顾俭

test 审核中发布

parent e152555e
...@@ -334,11 +334,11 @@ public class DoMstFileService extends AbstractService<DoMstFile> implements IDoM ...@@ -334,11 +334,11 @@ public class DoMstFileService extends AbstractService<DoMstFile> implements IDoM
} }
} }
@Override // @Override
public DoMstFile update(DoMstFile doMstFile) throws IOneServiceException { // public DoMstFile update(DoMstFile doMstFile) throws IOneServiceException {
passOnlyUnreleased(get(doMstFile.getId())); // passOnlyUnreleased(get(doMstFile.getId()));
return super.update(doMstFile); // return super.update(doMstFile);
} // }
@Override @Override
public DoMstFile updateNotCheckReleased(DoMstFile doMstFile) throws IOneServiceException { public DoMstFile updateNotCheckReleased(DoMstFile doMstFile) throws IOneServiceException {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment