Antiloveg 8 년 전
부모
커밋
91f6688f06
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/goafanti/common/mapper/DemandOrderMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/DemandOrderMapper.xml

@@ -335,7 +335,7 @@
   	<if test="uid != null">
   		and d.uid = #{uid,jdbcType=VARCHAR}
   	</if>
-  	<if test="username != null">
+    <if test="unitName != null">
   		and oi.unit_name = #{unitName,jdbcType=VARCHAR}
   	</if>
   </select>