Add caching to ModuleModel::getModuleInfoByDocumentSrl()

This commit is contained in:
Kijin Sung 2020-10-02 01:52:31 +09:00
parent 397c9ef788
commit a25497c567
4 changed files with 23 additions and 5 deletions

View file

@ -5,6 +5,8 @@
</tables>
<columns>
<column name="modules.*" />
<column name="documents.is_notice" />
<column name="documents.status" />
</columns>
<conditions>
<condition operation="equal" column="documents.document_srl" var="document_srl" notnull="notnull" />