|
|
@@ -150,7 +150,7 @@ public class WfTextbookSubscriptionServiceImpl extends MPJBaseServiceImpl<WfText
|
|
|
for (WfTextbookSubscriptionItem w : wfTextbookSubscriptionItemList){
|
|
|
textbookService.deliverWarehouse(new AddTextbookWarehouseRecordDto(){{
|
|
|
setTextbookId(w.getTextbookId());
|
|
|
- setWarehouseNumber((w.getStudentSubscriptionNumber() != null ? w.getStudentSubscriptionNumber() : 0) + (w.getStudentSubscriptionNumber() != null ? w.getTeacherSubscriptionNumber() : 0));
|
|
|
+ setWarehouseNumber((w.getStudentSubscriptionNumber() != null ? w.getStudentSubscriptionNumber() : 0) + (w.getTeacherSubscriptionNumber() != null ? w.getTeacherSubscriptionNumber() : 0));
|
|
|
setSource("wm_manual");
|
|
|
}});
|
|
|
}
|