mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 02:29:24 +08:00
代码生成器增加同步数据结构;
修复sql server 生成float类型; 修复非system用户【代码生成器中找不到xxx的定义】; 修复用户已处理流程列表中看不到【不同意】的流程;
This commit is contained in:
@@ -61,7 +61,7 @@ namespace OpenAuth.App
|
||||
{
|
||||
get
|
||||
{
|
||||
if (string.IsNullOrEmpty(_webProject))
|
||||
if (!string.IsNullOrEmpty(_webProject))
|
||||
return _webProject;
|
||||
_webProject = ProjectPath.GetLastIndexOfDirectoryName(".WebApi") ??
|
||||
ProjectPath.GetLastIndexOfDirectoryName("Api") ??
|
||||
@@ -563,6 +563,7 @@ namespace OpenAuth.App
|
||||
,{"string", typeof(string)}
|
||||
,{"bool", typeof(bool)}
|
||||
,{"byte", typeof(byte)}
|
||||
,{"float", typeof(float)}
|
||||
,{"char", typeof(char)}
|
||||
,{"decimal", typeof(decimal)}
|
||||
,{"double", typeof(double)}
|
||||
|
Reference in New Issue
Block a user