Authored by wangshusheng

空指针

@@ -184,6 +184,7 @@ public class CutDownPriceServiceImpl implements ICutDownPriceService { @@ -184,6 +184,7 @@ public class CutDownPriceServiceImpl implements ICutDownPriceService {
184 bo.setCanUseCount(record.getUseCount()); 184 bo.setCanUseCount(record.getUseCount());
185 bo.setHasJoinNum(record.getHelpCount()); 185 bo.setHasJoinNum(record.getHelpCount());
186 bo.setCreateTime(record.getCreateTime()); 186 bo.setCreateTime(record.getCreateTime());
  187 + bo.setCutTime(record.getCutTime());
187 buildCutStatus(bo); 188 buildCutStatus(bo);
188 if(bo.getCutStatus()==CutPriceConstant.CUT_STATUS_EXPIRE){ 189 if(bo.getCutStatus()==CutPriceConstant.CUT_STATUS_EXPIRE){
189 result = CutPriceConstant.NOT_EXIST_DOING_CUT; 190 result = CutPriceConstant.NOT_EXIST_DOING_CUT;