Antiloveg 8 年之前
父节点
当前提交
7beee4c3f0
共有 1 个文件被更改,包括 3 次插入3 次删除
  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>