Browse Source

优化代码提交

mashengyi 3 years ago
parent
commit
8c7a5147b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/customer/CustomerMapper.xml

+ 1 - 1
src/main/resources/mapper/customer/CustomerMapper.xml

@@ -100,7 +100,7 @@
     select
     <include refid="Base_Column_List" />
     from t_customer
-    where  customer_name = BINARY #{customerName,jdbcType=VARCHAR} lock in share mode
+    where  customer_name = BINARY #{customerName,jdbcType=VARCHAR} for update
   </select>
   <delete id="deleteByPrimaryKey" parameterType="java.lang.Integer" >
     delete from t_customer