|  |  |  | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.pojoPr.PrControllerTramp; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.pojoRm.*; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.pojoSe.SeClient; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.pojoSe.SeClientCard; | 
|---|
|  |  |  | import com.dy.pipIrrGlobal.voSe.VoCardInfo1; | 
|---|
|  |  |  | import org.springframework.beans.factory.annotation.Autowired; | 
|---|
|  |  |  | import org.springframework.stereotype.Service; | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Transactional(rollbackFor = Exception.class) | 
|---|
|  |  |  | public void savePrConctrollerTramp(PrControllerTramp po){ | 
|---|
|  |  |  | if(po.getOrgTag().trim().length() > 2) { | 
|---|
|  |  |  | po.setOrgTag("DY"); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | this.prControllerTrampMapperDao.insert(po) ; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | /** | 
|---|