The Expand condition is used in the OData Expand query, but the select does not display the contents of the subset.

$expand=Employee($select=ID_CARD)
&$select=EMP_NO,EMP_NAME,CARD_DAY,INOUT_FLAG
&$filter=(CARD_DAY+gt+2018-05-09T00:00:00Z)and(CARD_DAY+lt+2018-05-10T00:00:00Z)
and((Employee/ACTYPE_ID+ne+21)and((Employee/ACTYPE_ID+ne+22)))


like this, Employee ($select=ID_CARD) still want to display a ID_CARD how to prevent it from showing?

Mar.15,2021

mm-hmm.

as long as expand doesn't write.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b310c1-4e9c9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b310c1-4e9c9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?