@ -198,7 +198,7 @@ public class TBasicServiceImpl implements ITBasicService {
}
String isDeadStr = tBasicDto.getIsDead();
Integer isDead = 0;
if ("死亡".equals(isDeadStr)) {
if ("死亡".equals(isDeadStr)||"告死亡".equals(isDeadStr)) {
isDead = 1;
String leaveMethodStr = tBasicDto.getLeaveMethod();