Ver Fonte

[task-1587]消息接口调整

szjbdgzl há 2 anos atrás
pai
commit
b20ba30191

+ 3 - 0
ibps-model-root/modules/msg-model/src/main/resources/com/lc/ibps/msg/persistence/mapping/InnerMessage.map.xml

@@ -121,6 +121,9 @@
 			<if test="@o.Ognl@isNotEmpty(ownerName)">
 				AND OWNER_ LIKE #{ownerName} 
 			</if>
+			<if test="@o.Ognl@isNotEmpty(content)">
+				AND CONTENT_ LIKE #{content}
+			</if>
 		</where>
 		<if test="@o.Ognl@isNotEmpty(orderBySql)">
 			ORDER BY ${orderBySql}