Browse Source

添加节点类型、标签等

master
陈裕财 4 years ago
parent
commit
5b6106df24
  1. 4
      xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTaskExecuserMapper.xml

4
xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmTaskExecuserMapper.xml

@ -12,7 +12,9 @@
</foreach> </foreach>
</if> </if>
<if test="key != null and key !='' "> and (res.task_name like concat('%',#{key},'%') or res.username like concat('%',#{key},'%') ) </if> <if test="key != null and key !='' "> and (res.task_name like concat('%',#{key},'%') or res.username like concat('%',#{key},'%') ) </if>
</sql>
<if test="taskState != null and taskState !='' "> and task_state=#{taskState}</if>
</sql>
<update id="updateXmTaskExeUseridsAndUsernamesByTaskId" <update id="updateXmTaskExeUseridsAndUsernamesByTaskId"
parameterType="String"> parameterType="String">
UPDATE xm_task t UPDATE xm_task t

Loading…
Cancel
Save