明细报表开发

This commit is contained in:
ljw 2024-09-05 21:27:23 +08:00 committed by violet
parent 0ed12d3870
commit 883c25593e

View File

@ -65,7 +65,7 @@ public class SparepartsNotShippedPlugin extends AbstractReportListDataPlugin {
} }
DataSet where = result.where(sb.toString()); DataSet where = result.where(sb.toString());
return where; return where.distinct();
} }
/** /**