@Service public class FormsServiceImpl extends com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<OaFormsMapper,OaForms> implements FormsService
| 构造器和说明 |
|---|
FormsServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
createForm(OaForms form) |
void |
formsSort(List<Long> formIds) |
List<OaForms> |
listByGroupId(Long groupId,
String keywords) |
boolean |
removeById(Serializable id) |
boolean |
updateById(OaForms entity) |
void |
updateFormDetail(OaForms forms) |
closeSqlSession, currentMapperClass, currentModelClass, executeBatch, executeBatch, executeBatch, getBaseMapper, getEntityClass, getMap, getObj, getOne, getSqlStatement, retBool, saveBatch, saveOrUpdate, saveOrUpdateBatch, sqlSessionBatch, sqlStatement, updateBatchByIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, count, getBaseMapper, getById, getEntityClass, getMap, getObj, getOne, getOne, ktQuery, ktUpdate, lambdaQuery, lambdaUpdate, list, list, listByIds, listByMap, listMaps, listMaps, listObjs, listObjs, listObjs, listObjs, page, page, pageMaps, pageMaps, query, remove, removeByIds, removeByMap, save, saveBatch, saveBatch, saveOrUpdate, saveOrUpdate, saveOrUpdateBatch, saveOrUpdateBatch, update, update, update, updateBatchById, updateBatchById@Transactional(rollbackFor=java.lang.Exception.class) public boolean updateById(OaForms entity)
updateById 在接口中 com.baomidou.mybatisplus.extension.service.IService<OaForms>@Transactional(rollbackFor=java.lang.Exception.class) public void createForm(OaForms form)
createForm 在接口中 FormsService@Transactional(rollbackFor=java.lang.Exception.class) public void updateFormDetail(OaForms forms)
updateFormDetail 在接口中 FormsServicepublic List<OaForms> listByGroupId(Long groupId, String keywords)
listByGroupId 在接口中 FormsService@Transactional(rollbackFor=java.lang.Exception.class) public void formsSort(List<Long> formIds)
formsSort 在接口中 FormsService@Transactional(rollbackFor=java.lang.Exception.class) public boolean removeById(Serializable id)
removeById 在接口中 com.baomidou.mybatisplus.extension.service.IService<OaForms>Copyright © 2023. All rights reserved.