mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-13 21:32:07 +08:00
1、报表新增接口:复制模版、模板预览打印、模版预览下载,ureport-community字体加载问题修复;2、站内信列表移除userType入参,回调数据不返回userId和userType;
This commit is contained in:
-3
@@ -21,9 +21,6 @@
|
||||
<if test="reqVo.createTime != null">
|
||||
and m.create_time between #{reqVo.createTime[0]} and #{reqVo.createTime[1]}
|
||||
</if>
|
||||
<if test="reqVo.userType != null">
|
||||
and m.user_type = #{reqVo.userType}
|
||||
</if>
|
||||
<if test="reqVo.templateCode != null and reqVo.templateCode != ''">
|
||||
and m.template_code = #{reqVo.templateCode}
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user