Exemple #1
0
 public ShopsecuritySelectBuild WhereIdcard_img1Like(params string[] Idcard_img1)
 {
     if (Idcard_img1 == null || Idcard_img1.Where(a => !string.IsNullOrEmpty(a)).Any() == false)
     {
         return(this);
     }
     return(this.Where1Or(@"a.`idcard_img1` LIKE {0}", Idcard_img1.Select(a => "%" + a + "%").ToArray()));
 }