INSERT INTO operational_logs
(institutionName,
Contact,
operationtype,
Actioncontent,
Operator,
Operationtime)
VALUES (#{institutionName},
#{Contact},
#{operationtype},
#{Actioncontent},
#{Operator},
#{Operationtime})
insert into cm_provider_record (spId, clubId, operator, createTime)
values (#{spId}, #{clubId}, #{operator}, now())