Commit 3df483a5 by 纪旭 韦

no message

parent a7ce0dc5
...@@ -812,10 +812,6 @@ public ApiResponse BathSavePerson(int AllotId, int HospitalId, SaveCollectData r ...@@ -812,10 +812,6 @@ public ApiResponse BathSavePerson(int AllotId, int HospitalId, SaveCollectData r
for (int i = 0; i < newEmployees.Count; i++) for (int i = 0; i < newEmployees.Count; i++)
{ {
if (newEmployees[i].PersonnelNumber?.Trim() == "2095")
{
}
if (string.IsNullOrEmpty(newEmployees[i].UnitType?.Trim()) if (string.IsNullOrEmpty(newEmployees[i].UnitType?.Trim())
|| string.IsNullOrEmpty(newEmployees[i].Department?.Trim()) || string.IsNullOrEmpty(newEmployees[i].Department?.Trim())
|| string.IsNullOrEmpty(newEmployees[i].AccountingUnit?.Trim()) || string.IsNullOrEmpty(newEmployees[i].AccountingUnit?.Trim())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment