boolean sucess=false;//业务处理成功标志
try{
.....
sucess=true;
......
...}
catch....
finally{
if(secess)iGoodCenterPushService.publishCMSandGPCQNMQ(iGoodCenterPushBeans);
}
OffPublishGoodsTaskCmdImpl.performExecute()代码有问题:
try{
...}
catch....
iGoodCenterPushService.publishCMSandGPCQNMQ(iGoodCenterPushBeans);
try{
.....
sucess=true;
......
...}
catch....
finally{
if(secess)iGoodCenterPushService.publishCMSandGPCQNMQ(iGoodCenterPushBeans);
}
OffPublishGoodsTaskCmdImpl.performExecute()代码有问题:
try{
...}
catch....
iGoodCenterPushService.publishCMSandGPCQNMQ(iGoodCenterPushBeans);