Commit f6340356 by 李小龙

fixbug

parent 93872dd8
......@@ -249,7 +249,6 @@ implements SaasUserService{
@Transactional
@Override
public void edit(SaasUserDTOVO dto) {
dto.setAccount(null);
superCantEdit(dto);
check(dto);
......
......@@ -5,11 +5,11 @@
<select id="selectByCondition" resultType="com.makeit.dto.saas.SaasOperationLogDTO">
select
ol.id as id,
ol.saas_user_id as platUserId,
ol.saas_user_id as saasUserId,
ol.tenant_id as tenantId,
ol.content as content,
ol.create_date as createDate,
pu.username as platUserName,
pu.username as saasUserName,
t.name as tenantName
from saas_operation_log ol
left join saas_user pu on ol.saas_user_id = pu.id and pu.del_flag = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment