20250702 修改委托单
This commit is contained in:
@@ -1057,7 +1057,15 @@ namespace FineUIPro.Web.HJGL.PointTrust
|
||||
{
|
||||
if (pointBatchItem.IsBuildTrust != null)
|
||||
{
|
||||
pointBatchItem.IsBuildTrust = null;
|
||||
pointBatchItem.IsBuildTrust = null;//是否委托
|
||||
pointBatchItem.PointState = null;//点口类型
|
||||
pointBatchItem.PointDate = null;//点口时间
|
||||
db.SubmitChanges();
|
||||
}
|
||||
var pointBatch = BLL.PointBatchService.GetPointBatchById(pointBatchItem.PointBatchId);
|
||||
if (pointBatch!=null)
|
||||
{
|
||||
pointBatch.IsClosed = null;
|
||||
db.SubmitChanges();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user