orders表sys_user_id字段进行填充
This commit is contained in:
parent
f45f5e5615
commit
989783a9f8
|
|
@ -803,6 +803,6 @@ public class OrdersServiceImpl extends ServiceImpl<OrdersDao, Orders> implements
|
||||||
if (sysUserEntity == null) {
|
if (sysUserEntity == null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
orders.setSysUserId(sysUserEntity.getSysUserId());
|
orders.setSysUserId(sysUserEntity.getUserId());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue