|
@@ -732,7 +732,7 @@ public class StudentRepairServiceImpl extends BaseServiceImpl<Integer, StudentRe
|
|
|
return pageInfo;
|
|
|
}
|
|
|
|
|
|
- private void saveSellOrder(String orderNo){
|
|
|
+ public void saveSellOrder(String orderNo){
|
|
|
StudentPaymentOrder orderByOrderNo = studentPaymentOrderService.findOrderByOrderNo(orderNo);
|
|
|
StudentGoodsSell studentGoodsSell = studentGoodsSellDao.findByOrderNo(orderNo);
|
|
|
String goodsJson = studentGoodsSell.getGoodsJson();
|