Merge branch 'fix-report-zzs'
This commit is contained in:
commit
7f3dcb4e65
@ -81,6 +81,9 @@ public class CompleteShipDetailReportPlugin extends AbstractReportListDataPlugin
|
|||||||
|
|
||||||
dataSet = dataSet.where(sb.toString());
|
dataSet = dataSet.where(sb.toString());
|
||||||
|
|
||||||
|
dataSet = dataSet.select(String.join(",", RptUtil.getDataSetFiledAlias(dataSet)) + "," +
|
||||||
|
"CASE WHEN yem_dnbillno IS NOT NULL AND yem_dnbillno != '' THEN '是' ELSE '否' END yem_isshiped");
|
||||||
|
|
||||||
return dataSet;
|
return dataSet;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user