jk-GitHub-coder 4 년 전
부모
커밋
47dc3e7766
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      YijiaRestful/src/main/resources/mapper/SysDictDataMapper.xml

+ 3 - 0
YijiaRestful/src/main/resources/mapper/SysDictDataMapper.xml

@@ -26,6 +26,9 @@
             <if test="oilName !=null and oilName !=''">
                 AND dict_label = #{oilName}
             </if>
+            <if test="oilsType !=null and oilsType !=''">
+                AND dict_value = #{oilsType}
+            </if>
         </where>
 
     </select>