{ "properties" : { }, "id" : "d94a4788e17a4e0f9b67ca86b171e231", "script" : null, "groupId" : "7bdcc43555b9419caba2ee722e1aa2d3", "name" : "列表", "createTime" : 1648655132912, "updateTime" : null, "lock" : null, "createBy" : null, "updateBy" : null, "path" : "/list", "method" : "POST", "parameters" : [ ], "options" : [ ], "requestBody" : null, "headers" : [ ], "paths" : [ ], "responseBody" : null, "description" : null, "requestBodyDefinition" : null, "responseBodyDefinition" : null } ================================ return db.page(""" select id,name,sex,head_portrait,remarks from t_data_test where 1=1 ?{name, and name like concat('%',#{name},'%') } ?{sex, and sex = #{sex} } ?{headPortrait, and head_portrait in(#{headPortrait.split(',')}) } ?{remarks, and remarks <= #{remarks} } and is_del = 0 """)