|
@@ -4219,6 +4219,8 @@ Group by PriceType ", dto.diId);
|
|
if (fge == null)
|
|
if (fge == null)
|
|
throw new Exception("数据不存在!");
|
|
throw new Exception("数据不存在!");
|
|
|
|
|
|
|
|
+ fge.GetType().GetProperty(confirmStatusArr[dto.ConfirmId]).SetValue(fge, dto.status);
|
|
|
|
+
|
|
var isSaveCollectionStatement = true;
|
|
var isSaveCollectionStatement = true;
|
|
foreach (var item in confirmStatusArr.Keys)
|
|
foreach (var item in confirmStatusArr.Keys)
|
|
{
|
|
{
|
|
@@ -4241,8 +4243,6 @@ Group by PriceType ", dto.diId);
|
|
DiId = fge.DiId,
|
|
DiId = fge.DiId,
|
|
});
|
|
});
|
|
}
|
|
}
|
|
-
|
|
|
|
- fge.GetType().GetProperty(confirmStatusArr[dto.ConfirmId]).SetValue(fge, dto.status);
|
|
|
|
}
|
|
}
|
|
catch (Exception ex)
|
|
catch (Exception ex)
|
|
{
|
|
{
|