Authored by wangshusheng

空指针

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