<iftest="crdOri != null and crdOri != '' "> and c_crd_ori = #{crdOri}</if>
<iftest="inspection != null and inspection != '' "> and c_inspection = #{inspection}</if>
<iftest="realCrd != null and realCrd != '' "> and c_real_crd = #{realCrd}</if>
<iftest="poPlaceDate != null and poPlaceDate != '' "> and c_po_place_date = #{poPlaceDate}</if>
<iftest="poPromiseReadyDate != null and poPromiseReadyDate != '' "> and c_po_promise_ready_date = #{poPromiseReadyDate}</if>
<iftest="poActualReadyDate != null and poActualReadyDate != '' "> and c_po_actual_ready_date = #{poActualReadyDate}</if>
<iftest="chinaOfficeInspectionDate != null and chinaOfficeInspectionDate != '' "> and c_china_office_inspection_date = #{chinaOfficeInspectionDate}</if>
<iftest="shipToNpcDate != null and shipToNpcDate != '' "> and c_ship_to_npc_date = #{shipToNpcDate}</if>
<iftest="inspectionResult != null and inspectionResult != '' "> and c_inspection_result = #{inspectionResult}</if>
<iftest="eta != null and eta != '' "> and c_eta = #{eta}</if>
<iftest="flexid != null and flexid != '' "> and c_flexid = #{flexid}</if>
<iftest="obd != null and obd != '' "> and c_obd = #{obd}</if>
@ -194,6 +206,12 @@
,pod.c_crd_ori as crdOri
,pod.c_inspection as inspection
,pod.c_real_crd as realCrd
,pod.c_po_place_date as poPlaceDate
,pod.c_po_promise_ready_date as poPromiseReadyDate
,pod.c_po_actual_ready_date as poActualReadyDate
,pod.c_china_office_inspection_date as chinaOfficeInspectionDate
,pod.c_ship_to_npc_date as shipToNpcDate
,pod.c_inspection_result as inspectionResult
,pod.c_eta as eta
,pod.c_flexid as flexid
,pod.c_obd as obd
@ -296,6 +314,12 @@
<iftest="query.crdOri != null and query.crdOri != '' "> and pod.c_crd_ori like '%${query.crdOri}%'</if>
<iftest="query.inspection != null and query.inspection != '' "> and pod.c_inspection like '%${query.inspection}%'</if>
<iftest="query.realCrd != null and query.realCrd != '' "> and pod.c_real_crd like '%${query.realCrd}%'</if>
<iftest="query.poPlaceDate != null and query.poPlaceDate != '' "> and pod.c_po_place_date like '%${query.poPlaceDate}%'</if>
<iftest="query.poPromiseReadyDate != null and query.poPromiseReadyDate != '' "> and pod.c_po_promise_ready_date like '%${query.poPromiseReadyDate}%'</if>
<iftest="query.poActualReadyDate != null and query.poActualReadyDate != '' "> and pod.c_po_actual_ready_date like '%${query.poActualReadyDate}%'</if>
<iftest="query.chinaOfficeInspectionDate != null and query.chinaOfficeInspectionDate != '' "> and pod.c_china_office_inspection_date like '%${query.chinaOfficeInspectionDate}%'</if>
<iftest="query.shipToNpcDate != null and query.shipToNpcDate != '' "> and pod.c_ship_to_npc_date like '%${query.shipToNpcDate}%'</if>
<iftest="query.inspectionResult != null and query.inspectionResult != '' "> and pod.c_inspection_result like '%${query.inspectionResult}%'</if>
<iftest="query.eta != null and query.eta != '' "> and pod.c_eta like '%${query.eta}%'</if>
<iftest="query.flexid != null and query.flexid != '' "> and pod.c_flexid like '%${query.flexid}%'</if>
<iftest="query.obd != null and query.obd != '' "> and pod.c_obd like '%${query.obd}%'</if>
@ -350,6 +374,12 @@
,pod.c_crd_ori as crdOri
,pod.c_inspection as inspection
,pod.c_real_crd as realCrd
,pod.c_po_place_date as poPlaceDate
,pod.c_po_promise_ready_date as poPromiseReadyDate
,pod.c_po_actual_ready_date as poActualReadyDate
,pod.c_china_office_inspection_date as chinaOfficeInspectionDate