Browse Source

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

anderx 1 year ago
parent
commit
c6b6d28a86
1 changed files with 1 additions and 1 deletions
  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">