|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
|
|
|
|
|
<select id="queryPage" parameterType="com.glxp.api.req.system.FilterPdfTemplateRequest"
|
|
|
|
|
resultType="com.glxp.api.entity.system.SystemPDFTemplateEntity">
|
|
|
|
|
SELECT id,name,type,module,param,path,rowCount,qrcodeCount,remark,create_time,update_time,jrxmlPath,bussinessType,bussinessStatus
|
|
|
|
|
SELECT id,name,type,module,param,path,rowCount,qrcodeCount,remark,create_time,update_time as update_time,jrxmlPath,bussinessType,bussinessStatus
|
|
|
|
|
FROM sys_pdf_template
|
|
|
|
|
<where>
|
|
|
|
|
<if test="name != null and '' != name">
|
|
|
|
|