如题,我在sql语句中写了两个参数,如何传入一个参数的时候也能够执行并忽略另一个,传两个参数的时候就同时运行
参考:https://help.fanruan.com/finereport/doc-view-2394.html?source=4##5
where 1=1
${if(len(area) == 0,"","and 货主地区 = '" + area + "'")}
${if(len(area1) == 0,"","and 货主地区1= '" + area1 + "'")}