Helius
2021-11-08 9ee7b4433d56b4d64e80d7a0df05269e461364e7
Merge branch 'ty_fix' into alpha
1 files modified
3 ■■■■■ changed files
zq-erp/src/main/resources/mybatis/mapper/common/SysUsersDao.xml 3 ●●●●● patch | view | raw | blame | history
zq-erp/src/main/resources/mybatis/mapper/common/SysUsersDao.xml
@@ -486,6 +486,9 @@
            <if test="signDate != null and signDate !='' ">
                sign_date = #{signDate}
            </if>
            <if test="openIds != null and openIds !='' ">
                open_ids = #{openIds}
            </if>
        </set>
        WHERE su_id=#{suId}