明细报表开发

This commit is contained in:
ljw 2024-09-05 21:27:23 +08:00
parent abaa19acdc
commit 87c2587c0d

View File

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