只是一个测试
| ddfs | wefwe |
| 测试测试 | cccc |
哈哈
/// <summary> /// 根据patientID添加一个账户。 /// </summary> /// <param name="patientID"></param> public void CreateAccount(string patientID) { InitialTrans(); try { int serial = _GetIncreasedMzid("AI", 9999); mtDao.InsertAccountinfo(new Accountinfo( Server.LocalServices.GetSystemDate().ToString("yyMMdd")+serial.ToString(), patientID, "1", 0M, null)); df.Commit(); } catch { df.Rollback(); throw; } }
浙公网安备 33010602011771号