...
|
...
|
@@ -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);
|
...
|
...
|
|