|
|
пре 1 месец | |
|---|---|---|
| Business | пре 1 месец | |
| Common | пре 1 месец | |
| Entity | пре 6 месеци | |
| FormSetter | пре 6 месеци | |
| Forms | пре 1 месец | |
| Helper | пре 1 месец | |
| Properties | пре 1 месец | |
| Variables | пре 1 месец | |
| .gitignore | пре 6 месеци | |
| IInsuBusiness.cs | пре 6 месеци | |
| InsuBusiness.cs | пре 1 месец | |
| KunMingMI.csproj | пре 1 месец | |
| KunMingMI.sln | пре 6 месеци | |
| Readme_昆明基线版.md | пре 1 месец | |
| app.config | пре 6 месеци | |
| packages.config | пре 1 месец |
该项目遵循以下原则:
init:初始化,
fix:bug修复,
feat:增加特性(功能),
perf:优化,
chroe:代码重构
merge: 合并
revert:回滚
改进点:
修复:事前事中升级后,导致1192验证失败。原因是certtype和certno在事前事中中被重置,preAnalysis.setPatientByHisBaseInfo增加为空判断。
if (string.IsNullOrEmpty(Global.pat.certNO)) Global.pat.certNO = JsonHelper.getDestValue(jo, "result.credNo");
if (string.IsNullOrEmpty(Global.pat.certType)) Global.pat.certType = JsonHelper.getDestValue(jo, "result.credCode");