摘要: 数据访问层 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Dapper; using DataMode 阅读全文
posted @ 2020-07-08 20:51 G蠢蠢 阅读(328) 评论(0) 推荐(0) 编辑
摘要: BEGIN TRY --开始捕捉异常BEGIN TRANSACTION --开始 事务insert into DictInfoes values(' 1111',0) --插入数据select 1/0--除0insert into DictInfoes values(' 1111',0) --插入数 阅读全文
posted @ 2020-07-08 20:40 G蠢蠢 阅读(162) 评论(0) 推荐(0) 编辑
摘要: --登录 登录 /// </summary> /// <param name="uid"></param> /// <param name="pwd"></param> /// <returns></returns> public List<Admin> DengLu(string uid,stri 阅读全文
posted @ 2020-07-08 14:44 G蠢蠢 阅读(134) 评论(0) 推荐(0) 编辑