|
|
@ -191,7 +191,12 @@ public class IcPartyActServiceImpl extends BaseServiceImpl<IcPartyActDao, IcPart |
|
|
} |
|
|
} |
|
|
}else{ |
|
|
}else{ |
|
|
//默认是未发布
|
|
|
//默认是未发布
|
|
|
icPartyActEntity.setIsPublish(NumConstant.ZERO_STR); |
|
|
if(NumConstant.ZERO==formDTO.getAutoPublicType()){ |
|
|
|
|
|
//选择立即发布,状态:已发布
|
|
|
|
|
|
icPartyActEntity.setIsPublish(NumConstant.ONE_STR); |
|
|
|
|
|
}else{ |
|
|
|
|
|
icPartyActEntity.setIsPublish(NumConstant.ZERO_STR); |
|
|
|
|
|
} |
|
|
baseDao.insert(icPartyActEntity); |
|
|
baseDao.insert(icPartyActEntity); |
|
|
} |
|
|
} |
|
|
//新增参加参加活动党组织
|
|
|
//新增参加参加活动党组织
|
|
|
|