<오류수정>
통합테스트목록 . 567 난이도 검색 가능하도록 수정 Dao/MyBatis/Maps/CM.xml
This commit is contained in:
parent
76848a2d2e
commit
38c1889fe5
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue