Antiloveg 8 years ago
parent
commit
91f6688f06
1 changed files with 1 additions and 1 deletions
  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>