|
@@ -96,6 +96,9 @@ public class StudentRepairServiceImpl extends BaseServiceImpl<Integer, StudentRe
|
|
|
) {
|
|
|
throw new BizException("邮寄信息必填");
|
|
|
}
|
|
|
+ SysUser student = sysUserFeignService.queryUserById(repairInfo.getStudentId());
|
|
|
+ repairInfo.setOrganId(student.getOrganId());
|
|
|
+
|
|
|
Date date = new Date();
|
|
|
BigDecimal amount = repairInfo.getAmount();
|
|
|
String orderNo = idGeneratorService.generatorId("payment") + "";
|