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

test 审核中发布

parent e152555e
......@@ -334,11 +334,11 @@ public class DoMstFileService extends AbstractService<DoMstFile> implements IDoM
}
}
@Override
public DoMstFile update(DoMstFile doMstFile) throws IOneServiceException {
passOnlyUnreleased(get(doMstFile.getId()));
return super.update(doMstFile);
}
// @Override
// public DoMstFile update(DoMstFile doMstFile) throws IOneServiceException {
// passOnlyUnreleased(get(doMstFile.getId()));
// return super.update(doMstFile);
// }
@Override
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