Showing
1 changed file
with
1 additions
and
0 deletions
@@ -183,6 +183,7 @@ public class CutDownPriceServiceImpl implements ICutDownPriceService { | @@ -183,6 +183,7 @@ public class CutDownPriceServiceImpl implements ICutDownPriceService { | ||
183 | bo.setCanUseCount(record.getUseCount()); | 183 | bo.setCanUseCount(record.getUseCount()); |
184 | bo.setCutTime(record.getCutTime()); | 184 | bo.setCutTime(record.getCutTime()); |
185 | bo.setCreateTime(record.getCreateTime()); | 185 | bo.setCreateTime(record.getCreateTime()); |
186 | + bo.setCutRecordId(record.getId()); | ||
186 | } | 187 | } |
187 | 188 | ||
188 | buildCutStatus(bo); | 189 | buildCutStatus(bo); |
-
Please register or login to post a comment