20250702 修改委托单

This commit is contained in:
2025-07-02 09:54:42 +08:00
parent 03b816fd2c
commit 980648fa6e
2 changed files with 484 additions and 158 deletions
@@ -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();
}
}