Browse Source

排产修改

master
dimengzhe 3 years ago
parent
commit
f14b4584e2
  1. 4
      anrui-flowable/anrui-flowable-biz/src/main/java/com/yxt/anrui/flowable/biz/sysprourl/SysProUrlMapper.xml

4
anrui-flowable/anrui-flowable-biz/src/main/java/com/yxt/anrui/flowable/biz/sysprourl/SysProUrlMapper.xml

@ -35,7 +35,7 @@
<if test="taskDefKey != null">
taskDefKey,
</if>
<if test="taskDefKey != null">
<if test="modulePluginName != null">
modulePluginName,
</if>
<if test="taskName != null">
@ -66,7 +66,7 @@
#{taskDefKey},
</if>
<if test="modulePluginName != null">
#{modulePluginName}
#{modulePluginName},
</if>
<if test="taskName != null">
#{taskName}

Loading…
Cancel
Save