(1)行为类型由userRegion改为加在behavCode字段上
(2)界面展示行为类型的name (3)审核自定义域添加BEHAV_ID
This commit is contained in:
@@ -120,6 +120,9 @@
|
||||
<if test="specificServiceCfg.cfgType != null and specificServiceCfg.cfgType != '' ">
|
||||
AND cfg_type = #{specificServiceCfg.cfgType}
|
||||
</if>
|
||||
<if test="specificServiceCfg.isLeaf != null and specificServiceCfg.isLeaf != '' ">
|
||||
AND is_leaf = #{specificServiceCfg.isLeaf}
|
||||
</if>
|
||||
<if test="specificServiceCfg.beginDate != null">
|
||||
AND op_time > #{specificServiceCfg.beginDate}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user