<오류수정>

통합테스트목록 . 567
난이도 검색 가능하도록 수정
Dao/MyBatis/Maps/CM.xml
This commit is contained in:
kdh0120 2021-11-22 23:39:51 +00:00
parent 76848a2d2e
commit 38c1889fe5
1 changed files with 1 additions and 0 deletions

View File

@ -927,6 +927,7 @@
<dynamic prepend="where">
<isNotNull property="cmno" prepend="and">a.cmno=#cmno#</isNotNull>
<isNotNull property="qdiff" prepend="and">a.qdiff=#qdiff#</isNotNull>
<isNotNull property="ccdiff" prepend="and">a.qdiff=#ccdiff#</isNotNull>
<isNotNull property="cc1" prepend="and">a.cc1=#cc1#</isNotNull>
<isNotNull property="cc2" prepend="and">a.cc2=#cc2#</isNotNull>
<isNotNull property="cc3" prepend="and">a.cc3=#cc3#</isNotNull>