Antiloveg 8 years ago
parent
commit
7beee4c3f0
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main/java/com/goafanti/common/mapper/DemandMapper.xml

+ 3 - 3
src/main/java/com/goafanti/common/mapper/DemandMapper.xml

@@ -1118,9 +1118,9 @@
   </select>
   
   <update id="updateEmployerId" parameterType="java.lang.String" >
-  	update 
-  		demand 
-  	set employer_id = null 
+  	update demand set employer_id = null 
   	where id = #{id,jdbcType=VARCHAR}
   </update>
+  
+    
 </mapper>