java110
2021-09-04 576c52d8d8e6fb1e738380cc5fc101a6a2b0b3a8
java110-db/src/main/resources/mapper/acct/ShopVipAccountServiceDaoImplMapper.xml
@@ -70,9 +70,7 @@
        <if test="acctType !=null and acctType != ''">
            , t.acct_type= #{acctType}
        </if>
        <if test="shopId !=null and shopId != ''">
            , t.shop_id= #{shopId}
        </if>
        <if test="acctName !=null and acctName != ''">
            , t.acct_name= #{acctName}
        </if>
@@ -83,6 +81,9 @@
        <if test="vipAcctId !=null and vipAcctId != ''">
            and t.vip_acct_id= #{vipAcctId}
        </if>
        <if test="shopId !=null and shopId != ''">
            and t.shop_id= #{shopId}
        </if>
    </update>