Antiloveg 8 years ago
parent
commit
111c955302

+ 2 - 2
src/main/java/com/goafanti/common/mapper/ContractMapper.xml

@@ -313,8 +313,8 @@
   <if test="serialNumber !=null">
     and c.serialNumber = #{serialNumber,jdbcType=INTEGER}
   </if>
-  <if test="contractId !=null">
-    and c.id = #{contractId,jdbcType=VARCAHR}
+  <if test="id !=null">
+    and c.id = #{id,jdbcType=VARCAHR}
   </if>
   <if test="type !=null">
     and c.type = #{type,jdbcType=INTEGER}

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

@@ -683,7 +683,6 @@
 		<if test="page_sql!=null">
 			${page_sql}
 		</if>
-
 	</select>
 
 	<select id="findManagePatentCount" resultType="java.lang.Integer"