摘要:
//人员培训记录更新表 update blade_employee_training_record_detail a,blade_employee_training_user_dept b set a.dept_name=b.user_dept,a.parent_dept=b.user_parent 阅读全文
摘要:
select sum(duration_time) as quantity,account,user_name,dept_name,parent_dept from blade_employee_training_record_detail where tenant_id=#{tenantId} < 阅读全文