mashengyi пре 3 година
родитељ
комит
8c7a5147b2
1 измењених фајлова са 1 додато и 1 уклоњено
  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