07 2020 档案
摘要:第一种方法 <?php namespace Table; use Illuminate\Database\Eloquent\Builder; /** * * */ class TSingleService extends Table{ protected $table = 'single_servi
阅读全文
摘要:1、微信模板消息官方文档 http://mp.weixin.qq.com/debug/cgi-bin/readtmpl?t=tmplmsg/faq_tmpl 2、申请微信公众平台接口测试账号 http://mp.weixin.qq.com/debug/cgi-bin/sandbox?t=sandbo
阅读全文
摘要:两种解决方法: 1、修改tinyint类型的长度,当长度变为4时结果正常。 2、修改SQL语句,字段乘以1。例:status*1 as status。
阅读全文