|
@@ -254,7 +254,7 @@ public class FlowServiceImpl extends AbstractService<Flow> implements FlowServic
|
|
|
.userId(param.getUserId())
|
|
|
.bizNo(param.getBizNo()).createTime(today).updateTime(today).transTime(param.getTransTime())
|
|
|
.debitAccount(MyConstants.INNER_REFUND).creditAccount(account.getId())
|
|
|
- .bizId(param.getBizId()).type(9)
|
|
|
+ .bizId(param.getBizId()).type(9).createUser(param.getUserId()+"")
|
|
|
.build();
|
|
|
saveUseGeneratedKeys(flow);
|
|
|
//借:主营支出-退款(借) +100元
|