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);
2876

被折叠的 条评论
为什么被折叠?



