提交代码

This commit is contained in:
2023-09-21 15:54:21 +08:00
parent a274f30199
commit fe3341b8cc
51 changed files with 4488 additions and 515 deletions
@@ -343,7 +343,7 @@ namespace FineUIPro.Web.HSSE.License
Bookmark bookmarkWorkDepth = doc.Range.Bookmarks["WorkDepth"];//作业原因
if (bookmarkWorkDepth != null)
{
if (getElectricity != null)
if (getElectricity.Reason != null)
{
bookmarkWorkDepth.Text = getElectricity.Reason;