Browse Source

Merge remote-tracking branch 'origin/dev' into test

wanghui 7 years ago
parent
commit
fdaf5d7895
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/common/mapper/TechProjectMapper.xml

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

@@ -591,7 +591,7 @@
 		d.department_id = e.id left join business_varieties f on
 		a.type = f.id
 	where 1=1
-	<if test="deleteSign != null">
+	<if test="deletedSign != null">
 		and a.deleted_sign = #{deletedSign,jdbcType=INTEGER}
 	</if>
 	<if test="orderNo != null and orderNo != ''">