Authored by wangshusheng

增加字段

... ... @@ -183,6 +183,7 @@ public class CutDownPriceServiceImpl implements ICutDownPriceService {
bo.setCanUseCount(record.getUseCount());
bo.setCutTime(record.getCutTime());
bo.setCreateTime(record.getCreateTime());
bo.setCutRecordId(record.getId());
}
buildCutStatus(bo);
... ...