优化这个方法public void addBpmCheckAllLogString workIdString title String log String data String idStr = IdGeneratorgetIdStr; BpmCheckAllLog bpmCheckAllLog = new BpmCheckAllLog; bpmChe
public void addBpmCheckAllLog(String workId, String title, String log, String data) { BpmCheckAllLog bpmCheckAllLog = new BpmCheckAllLog(); bpmCheckAllLog.setWorkId(workId); bpmCheckAllLog.setTitle(title); bpmCheckAllLog.setReturnLog(log); bpmCheckAllLog.setJsonDataPara(data); bpmCheckAllLog.setId(IdGenerator.getIdStr()); bpmCheckAllLog.setDeleted("0"); bpmCheckAllLogMapper.insert(bpmCheckAllLog); }
原文地址: https://www.cveoy.top/t/topic/i9mJ 著作权归作者所有。请勿转载和采集!