mybatis中的动态语句中多条件or如何书写
作者:互联网
1.说明
sql如下:
SELECT COUNT(DISTINCT t.contract_id) FROM `plm`.`t_plm_contract_monitor` t WHERE 1=1 ANd (t.whole_id_one in ( 77 ) or t.whole_id_five in ( 77 ) or t.whole_id_six in ( 50563002294 )) AND t.is_deleted = 0
说明:
t.whole_id_one
标签:语句,50563002294,contract,77,mybatis,plm,whole,id,中多 来源: https://www.cnblogs.com/juncaoit/p/12342555.html