使用[HttpGet]
public IEnumerable<string> GetY([FromUri]Customer c = default(Customer))
{
if(c == null /* or some other state */)
return new string[] { "xx1", "xx2" };
return new string[] { "c1", "c2" };
}
函数进行codeigniter批量更新时,我收到此错误
未定义索引:admission_no
update_batch
当我打印更新数组时,我得到了这个