oaOrg.md 331 Bytes
Newer Older
zhangfeng committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
queryByCondition
===


    select 
    @pageTag(){
    t.*
    @}
    from oa_org t
    where 1=1 
    @//数据权限,该sql语句功能点  
    and #function("oaOrg.query")#
    
    
    

batchDelOaOrgByIds
===

* 批量逻辑删除

    update oa_org set del_flag = 1 where ID  in( #join(ids)#)