Lius
2025-05-08 5c18a8c93db1cf1b7b6d61a618e3a1b87fb14883
lxzn-module-flowable/src/main/java/org/jeecg/modules/flowable/mapper/xml/WorkTaskVoMapper.xml
@@ -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>