差异管理盘点轮次

This commit is contained in:
zhou-hongcheng
2026-03-11 17:06:45 +08:00
parent b9c1821409
commit 17e9f43494
@@ -364,7 +364,7 @@ public class InvestigationManageImpl extends ServiceImpl<InvestigationManageMapp
differentManage.setInvestigationRange(investigationManage.getInvestigationRange());
differentManage.setInvestigationType(investigationManage.getInvestigationType());
differentManage.setInvestigationMethod(investigationManage.getInvestigationMethod());
differentManage.setInvestigationFrequency(2);
differentManage.setInvestigationFrequency(investigationManage.getInvestigationFrequency());
if (ObjectUtil.isNotNull(investigationManage.getInvestigationManBy())){
investigationManParam(differentManage);
}