|
@@ -238,7 +238,6 @@ public class CommonBtnController extends BaseController {
|
|
|
congCommon.getBasicMap().put("tableName", congTableOInfo[0]);
|
|
|
Object val = retCommonEntityList.get(0).getResultMap().get(StringUtils.toCamelCase(zhuTableOWhere[1]));
|
|
|
congCommon.getQueryMap().put(congTableOInfo[1], val);
|
|
|
- commonService.selectList(congCommon);
|
|
|
((Map) item).put("showValue", commonService.selectList(congCommon));
|
|
|
});
|
|
|
|
|
@@ -328,6 +327,7 @@ public class CommonBtnController extends BaseController {
|
|
|
// 根据流程的key判断当前按钮是否执行触发流程
|
|
|
if (!dragTableBtn.getBtnProcessKey().isEmpty()) {
|
|
|
// 表示对当前操作是及时选择的流程模板
|
|
|
+ System.out.println(dragTableBtn.getBtnProcessKey());
|
|
|
if (dragTableBtn.getBtnProcessKey() != null && !dragTableBtn.getBtnProcessKey().isEmpty()) {
|
|
|
if (commonEntity.getCommMap().get("process_key") == null) {
|
|
|
commonEntity.getCommMap().put("process_key", dragTableBtn.getBtnProcessKey());
|