接口 OrganWordUseHistoryService

    • 方法详细资料

      • findByItemIdAndNumberString

        OrganWordUseHistory findByItemIdAndNumberString​(String itemId,
                                                        String numberString)
        根据事项唯一标示和编号值查找
        参数:
        itemId -
        numberString -
        返回:
      • findByProcessSerialNumberAndCustom

        OrganWordUseHistory findByProcessSerialNumberAndCustom​(String processSerialNumber,
                                                               String custom)
        查找流程实例序列号的custom使用详情
        参数:
        processSerialNumber -
        custom -
        返回:
      • findByItemIdAndNumberStringAndCustom

        OrganWordUseHistory findByItemIdAndNumberStringAndCustom​(String itemId,
                                                                 String numberString,
                                                                 String custom)
        查询编号有没有使用
        参数:
        itemId -
        numberString -
        custom -
        返回:
      • findByItemIdAndNumberStrAndCustomAndProcessSerialNumber

        OrganWordUseHistory findByItemIdAndNumberStrAndCustomAndProcessSerialNumber​(String itemId,
                                                                                    String numberString,
                                                                                    String custom,
                                                                                    String processSerialNumber)
        查询当前流程是否已经存在
        参数:
        itemId -
        numberString -
        custom -
        processSerialNumber -
        返回: