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