1
This commit is contained in:
parent
7a3a92ee03
commit
823f20da6e
@ -271,11 +271,7 @@ namespace APT.FO.WebApi.Controllers
|
|||||||
{
|
{
|
||||||
throw new Exception("接班人不能为空");
|
throw new Exception("接班人不能为空");
|
||||||
}
|
}
|
||||||
if (detailList!=null && detailList.Any())
|
if (!detailList.Any())
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
{
|
||||||
throw new Exception("明细行至少填写一行");
|
throw new Exception("明细行至少填写一行");
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user