Przeglądaj źródła

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

anderx 1 rok temu
rodzic
commit
c6b6d28a86

+ 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">