master
xiaochanghai 9 months ago
parent 94ec9557fa
commit 4fbbda4881
  1. 2
      Tiobon.Core.Services/CommonServices.cs

@ -1936,6 +1936,7 @@ public partial class CommonServices : BaseServices<RootEntityTkey<int>>, ICommon
END";
break;
case "F_ESS_TrainRequestApply":
case "F_ESS_TrainRequestPersonalApply":
sql = @$"DECLARE
@SQL NVARCHAR (MAX) = '',
@FlowID INT = {param.jsonParam.FlowID},
@ -2182,6 +2183,7 @@ public partial class CommonServices : BaseServices<RootEntityTkey<int>>, ICommon
switch (param.menuName)
{
case "F_ESS_TrainRequestPersonalApply":
case "F_ESS_TrainRequestApply":
#region 写入数据,并判断是否有错误

Loading…
Cancel
Save