https://blog.csdn.net/qk11201/article/details/129496562
name like--名字是两个字的;like%张名字姓张的
插入语句:insert into 表 values (Z001,大胜教育,null,淄博,null);
修改语句 update 表 set 售价售价*(1.05) (目的)…
项目场景:
企业微信应用发送定时任务消息
需求文本消息 遇到的bug
1.本地测试遇见“errcode“:60020,“errmsg“:“not allow to access from your ip 需要添加应用可信Ip,这里面编辑就行 2.发送报错errcode":40008,"errmsg":"Wa…