edit | blame | history | raw

queryByCondition

select 
@pageTag(){
t.*
@}
from xzx_rebate_rule_price t
where 1=1  
@//数据权限,该sql语句功能点,如果不考虑数据权限,可以删除此行  
and #function("xzxRebateRulePrice.query")#

batchDelXzxRebateRulePriceByIds

  • 批量逻辑删除

    update xzx_rebate_rule_price set del_flag = 1 where id in( #join(ids)#)