上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 63 下一页
摘要: 一般我们在使用ifnull()方法的时候,都是类似下面的语句: IFNULL(expr1,expr2)如果expr1不是NULL,IFNULL()返回expr1,否则它返回expr2。IFNULL()返回一个数字或字符串值 select ifnull(name,'no name') from per 阅读全文
posted @ 2021-05-15 11:17 红尘沙漏 阅读(1861) 评论(0) 推荐(0)
摘要: // Triger_flow_group_user_Insert BEGIN SET new.fid=REPLACE(UUID(),'-',''); set new.userName=(select ifnull(name,real_name) as name from blade_user whe 阅读全文
posted @ 2021-05-15 11:06 红尘沙漏 阅读(57) 评论(0) 推荐(0)
摘要: 错误方式一:在mybatis的动态sql语句中使用<if>标签可以判断sql中的条件是否成立。 <select id="getPerson" resultType="com.lzj.bean.Employee"> select * from tbl_employee where <if test=" 阅读全文
posted @ 2021-05-13 10:43 红尘沙漏 阅读(3406) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <ma 阅读全文
posted @ 2021-05-13 10:02 红尘沙漏 阅读(34) 评论(0) 推荐(0)
摘要: 关于docker一键部署后新建客户出错 楼主 发表于 2020-11-3 18:27:32 | 只看该作者 |阅读模式 该错误可能是es报错导致,具体可以通过查看系统日志来确定:elasticsearch 异常:type=cluster_block_exception, reason=blocked 阅读全文
posted @ 2021-05-07 17:39 红尘沙漏 阅读(583) 评论(0) 推荐(0)
摘要: (企业内部)工作流实战_22_flowable 驳回/回退 并行网关驳回 多实例驳回 子流程驳回 gblfy 2019-12-12 00:09:11 1044 收藏 2 分类专栏: Flowable 文章标签: 驳回 回退 版权 项目地址https://gitee.com/lwj/flowable. 阅读全文
posted @ 2021-04-23 13:46 红尘沙漏 阅读(1889) 评论(0) 推荐(0)
摘要: 22. flowable 驳回 回退 并行网关驳回 多实例驳回 子流程驳回 小学生05101 2019-12-10 20:33:01 2287 收藏 2分类专栏: Flowable基础 文章标签: flowable flowable企业级版权项目地址:https://gitee.com/lwj/fl 阅读全文
posted @ 2021-04-23 12:29 红尘沙漏 阅读(4207) 评论(0) 推荐(0)
摘要: 1.实体类 /* * Copyright (c) 2018-2028, Chill Zhuang All rights reserved. * * Redistribution and use in source and binary forms, with or without * modific 阅读全文
posted @ 2021-04-23 10:25 红尘沙漏 阅读(670) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2021-04-22 14:17 红尘沙漏 阅读(506) 评论(0) 推荐(0)
摘要: 终止流程代码 public void stopProcessInstanceById(String processInstanceId) { ProcessInstance processInstance = runtimeService.createProcessInstanceQuery().p 阅读全文
posted @ 2021-04-20 13:46 红尘沙漏 阅读(6280) 评论(0) 推荐(1)
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 63 下一页