Explorar el Código

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

anderx hace 1 año
padre
commit
c6b6d28a86
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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">