提交 dac87f0e 编写于 作者: zhouweidong's avatar zhouweidong

bug fixed

上级 1e2be98b
......@@ -816,7 +816,7 @@ public class ${item.getCodeName()}ServiceImpl extends ServiceImpl<${de.getCodeNa
* 查询统一工作流待办
* @param context
*/
private Map<String,Map<String,Object>> fillWFTaskContext2(ORDERSearchContext context){
private Map<String,Map<String,Object>> fillWFTaskContext2(${item.getCodeName()}SearchContext context){
Map<String, Map<String, Object>> businessKeys = null;
if(!StringUtils.isEmpty(context.getSrfWF())){
businessKeys= ibzwfFeignClient.getMyTask("${sys.getCodeName()?lower_case}", "", "${entityName}");
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册