材料收发统计表优化系统查询代码

This commit is contained in:
xuhaihui 2025-12-23 15:08:28 +08:00
parent d0b3bc0463
commit 02301f9581
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ import kd.ec.basedata.common.utils.CurrencyHelper;
import org.jetbrains.annotations.NotNull;
/**
* 材料收发统计表二开系统查询插件插件kd.ec.material.report.WarehouseReportQueryPlugin
* 材料收发统计表二开系统查询插件系统插件kd.ec.material.report.WarehouseReportQueryPlugin
*/
public class WarehouseReportQueryPluginExt extends AbstractReportListDataPlugin {
private static final String[] sumFieldArr = new String[]{"initqty", "initamtoftax", "initamtofnotax", "inqty", "inamtofnotax", "inamtoftax", "outqty", "outamtoftax", "outamtofnotax", "stockqty", "stockamtoftax", "stockamtofnotax"};