配置模板用于在开发过程中便于复制,提高开发效率
开源地址
.netcore
https://gitee.com/rg1008/dashboard/programs/220657/projects/rg1008/RG3-PF-WebApp-Host/
java
https://gitee.com/rg1008/dashboard/programs/220657/projects/rg1008/rg3.springboot.community/
在线md5加密
查询特殊表达式(s-if)(e-if)
{s-if:paramName} sql 语句 {e-if:paramName}
自定义查询条件组合 {where_sql}
"responseField": {
"doctor": {
"guidMethod": 0,
"dataFromType": 0,
"show": "from_name,id_card,img_url,ins_res_id,ins_res_name,ins_res_tag,link_audio,link_video,open_id,real_name,related_user_id,remark,res_type,show_num,sort_id,star_rating,telephone",
"original": "",
"where": " {where_sql} and res_type='coctor'",
"auth": true
}
},
"responseField": {
"doctor": {
"guidMethod": 0,
"dataFromType": 0,
"show": "from_name,id_card,img_url,ins_res_id,ins_res_name,ins_res_tag,link_audio,link_video,open_id,real_name,related_user_id,remark,res_type,show_num,sort_id,star_rating,telephone",
"original": "",
"where": " and res_type='doctor' {s-if:word} and ins_res_name like CONCAT('%', @word, '%') {e-if:word} ",
"auth": true
}
},
文档更新时间: 2021-10-16 10:31 作者:admin