修改应急组织删除报错
This commit is contained in:
@@ -19232,7 +19232,7 @@
|
||||
</FlavorProperties>
|
||||
</VisualStudio>
|
||||
</ProjectExtensions>
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v15.0\WebApplications\Microsoft.WebApplication.targets" />
|
||||
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v16.0\WebApplications\Microsoft.WebApplication.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
<Target Name="BeforeBuild">
|
||||
|
||||
@@ -222,6 +222,8 @@ namespace FineUIPro.Web.HSSE.Emergency
|
||||
var EmergencyTeamAndTrain = BLL.EmergencyTeamAndTrainService.GetEmergencyTeamAndTrainById(rowID);
|
||||
if (EmergencyTeamAndTrain != null)
|
||||
{
|
||||
|
||||
|
||||
BLL.LogService.AddSys_Log(this.CurrUser, EmergencyTeamAndTrain.FileCode, EmergencyTeamAndTrain.FileId, BLL.Const.ProjectEmergencyTeamAndTrainMenuId, BLL.Const.BtnDelete);
|
||||
BLL.EmergencyTeamAndTrainService.DeleteEmergencyTeamAndTrainById(rowID);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user