Commit 89c6ac91 authored by dengguangman's avatar dengguangman Committed by Administrator

-

Signed-off-by: Administrator's avatarAdministrator <admin@example.com>
parent 9ff23aa9
......@@ -246,6 +246,8 @@ public class CbProjectOtherServiceImpl extends ServiceImpl<CbProjectOtherMapper,
}
}
file.setFileParseStatus(2);
projectFileService.updateById(file);
}
}
......@@ -279,6 +281,8 @@ public class CbProjectOtherServiceImpl extends ServiceImpl<CbProjectOtherMapper,
projectExpenseSummaryService.save(projectExpenseSummary);
}
}
file.setFileParseStatus(2);
projectFileService.updateById(file);
}
/**
......
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