Browse Source

農家インターフェース修正

zdsong 2 weeks ago
parent
commit
5744d49d3f
1 changed files with 1 additions and 3 deletions
  1. 1 3
      farm-crm-biz/src/main/resources/mapper/crm/MastFarmerMapper.xml

+ 1 - 3
farm-crm-biz/src/main/resources/mapper/crm/MastFarmerMapper.xml

@@ -402,9 +402,7 @@
             <if test="updatePgId != null">
                 update_pg_id = #{updatePgId},
             </if>
-            <if test="version != null">
-                version = #{version},
-            </if>
+            version = version + 1
 
         </trim>
         where