ソースを参照

修改报销未走完单提示语。

anderx 1 年間 前
コミット
c6b6d28a86
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      src/main/java/com/goafanti/common/mapper/UserMidMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/UserMidMapper.xml

@@ -402,7 +402,7 @@
     <update id="updateByUid">
         update user_mid
         <set>
-            <if test="aid != null">
+            <if test="aid != null and aid != ''">
                 aid = #{aid,jdbcType=VARCHAR},
             </if>
             <if test="lastFollowTime != null">