Browse Source

添加节点类型、标签等

master
陈裕财 4 years ago
parent
commit
cd84487339
  1. 2
      xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmGroupStateMapper.xml

2
xm-core/src/main/resources/mybatis/mapper/xm/core/dao/XmGroupStateMapper.xml

@ -14,7 +14,7 @@
<if test="key != null and key !='' "> </if>
</sql>
<update id="loadTasksToXmProjectGroupState" parameterType="String" statementType="CALLABLE">
{call load_tasks_to_xm_group_state(#{projectId,mode=IN})}
{call load_tasks_to_xm_project_group_state(#{projectId,mode=IN})}
</update>

Loading…
Cancel
Save