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>