11
This commit is contained in:
@@ -367,6 +367,12 @@ namespace BLL
|
||||
|
||||
}
|
||||
|
||||
if (rate.DetectionRateValue == 100)
|
||||
{
|
||||
UpdatePointBatchItem(pointBatchItemId, "1", System.DateTime.Now, null);
|
||||
UpdatePointBatchOrder(pointBatchItemId, true);
|
||||
}
|
||||
|
||||
#region 暂不用了
|
||||
//// 一个段位的数量
|
||||
//int dnum = Convert.ToInt32((double)100 / (double)rate.DetectionRateValue);
|
||||
|
||||
Reference in New Issue
Block a user