yangbin
2025-05-20 1cbbb341d22e3c46b15af65b6f97d738bae7ca95
lxzn-module-flowable/src/main/java/org/jeecg/modules/flowable/mapper/xml/WorkTaskVoMapper.xml
@@ -15,7 +15,7 @@
            atask.suspension_state_ AS suspensionState,
            atask.ASSIGNEE_ as assignee,
            fmb.act_status AS actStatus,
            fmb.title AS title,
            fmb.title AS 'description',
            fmb.data_id AS dataId,
            fmb.process_definition_key AS processDefinitionKey,
            fmb.process_definition_id AS processDefinitionId,
@@ -45,6 +45,9 @@
          <if test="flowMy.category!= null and flowMy.category!= ''">
              AND pro.CATEGORY_ = #{flowMy.category}
          </if>
          <if test="flowMy.name!= null and flowMy.name!= ''">
              AND atask.name_ = #{flowMy.name}
          </if>
        ORDER BY
            create_time_ DESC
    </select>