傅行帆 6 years ago
parent
commit
509bf37f6f

+ 1
- 1
CODE/smart-community/app-api/src/main/java/com/community/huiju/service/impl/TaVistorServiceImpl.java View File

@@ -101,7 +101,7 @@ public class TaVistorServiceImpl implements TaVistorServiceI {
101 101
     private void temporaryRegister(Integer userId,TaVisitor visitor,ResponseBean response){
102 102
         TaUser taUser = taUserMapper.selectByPrimaryKey(userId);
103 103
         String result = HKOpenApi.temporaryRegister(visitor.getVisitorName(),visitor.getVisitorTel(),
104
-                Integer.valueOf(visitor.getVisitorNum()),visitor.getvisitorStartTime().getTime(),
104
+                Integer.valueOf(visitor.getVisitorNum()),visitor.getVisitorStartTime().getTime(),
105 105
                 visitor.getVisitorEndTime().getTime(),taUser.getHkUserId());
106 106
 
107 107
         JSONObject resultJSON = JSONObject.parseObject(result);

+ 4
- 4
文档/MYSQL/smartCommunity.pdb View File

@@ -1,5 +1,5 @@
1 1
 <?xml version="1.0" encoding="UTF-8"?>
2
-<?PowerDesigner AppLocale="UTF16" ID="{1EFA7B8F-E5BE-422B-A0AE-B907AA87924F}" Label="" LastModificationDate="1542960175" Name="smartCommunity" Objects="686" Symbols="79" Target="MySQL 5.0" Type="{CDE44E21-9669-11D1-9914-006097355D9B}" signature="PDM_DATA_MODEL_XML" version="16.5.0.3982"?>
2
+<?PowerDesigner AppLocale="UTF16" ID="{1EFA7B8F-E5BE-422B-A0AE-B907AA87924F}" Label="" LastModificationDate="1543392472" Name="smartCommunity" Objects="686" Symbols="79" Target="MySQL 5.0" Type="{CDE44E21-9669-11D1-9914-006097355D9B}" signature="PDM_DATA_MODEL_XML" version="16.5.0.3982"?>
3 3
 <!-- do not edit this file -->
4 4
 
5 5
 <Model xmlns:a="attribute" xmlns:c="collection" xmlns:o="object">
@@ -11689,11 +11689,11 @@ LABL 0 新宋体,8,N</a:FontList>
11689 11689
 </o:Column>
11690 11690
 <o:Column Id="o574">
11691 11691
 <a:ObjectID>E633F959-2F29-46E9-8FCA-2BD9D282DE06</a:ObjectID>
11692
-<a:Name>visitor_statrt_time</a:Name>
11693
-<a:Code>visitor_statrt_time</a:Code>
11692
+<a:Name>visitor_start_time</a:Name>
11693
+<a:Code>visitor_start_time</a:Code>
11694 11694
 <a:CreationDate>1540879133</a:CreationDate>
11695 11695
 <a:Creator>szc</a:Creator>
11696
-<a:ModificationDate>1540879827</a:ModificationDate>
11696
+<a:ModificationDate>1543392472</a:ModificationDate>
11697 11697
 <a:Modifier>szc</a:Modifier>
11698 11698
 <a:Comment>来访时间</a:Comment>
11699 11699
 <a:DataType>datetime</a:DataType>

+ 4
- 4
文档/MYSQL/smartCommunity.pdm View File

@@ -1,5 +1,5 @@
1 1
 <?xml version="1.0" encoding="UTF-8"?>
2
-<?PowerDesigner AppLocale="UTF16" ID="{1EFA7B8F-E5BE-422B-A0AE-B907AA87924F}" Label="" LastModificationDate="1542960175" Name="smartCommunity" Objects="686" Symbols="79" Target="MySQL 5.0" Type="{CDE44E21-9669-11D1-9914-006097355D9B}" signature="PDM_DATA_MODEL_XML" version="16.5.0.3982"?>
2
+<?PowerDesigner AppLocale="UTF16" ID="{1EFA7B8F-E5BE-422B-A0AE-B907AA87924F}" Label="" LastModificationDate="1543392472" Name="smartCommunity" Objects="686" Symbols="79" Target="MySQL 5.0" Type="{CDE44E21-9669-11D1-9914-006097355D9B}" signature="PDM_DATA_MODEL_XML" version="16.5.0.3982"?>
3 3
 <!-- do not edit this file -->
4 4
 
5 5
 <Model xmlns:a="attribute" xmlns:c="collection" xmlns:o="object">
@@ -11689,11 +11689,11 @@ LABL 0 新宋体,8,N</a:FontList>
11689 11689
 </o:Column>
11690 11690
 <o:Column Id="o574">
11691 11691
 <a:ObjectID>E633F959-2F29-46E9-8FCA-2BD9D282DE06</a:ObjectID>
11692
-<a:Name>visitor_statrt_time</a:Name>
11693
-<a:Code>visitor_statrt_time</a:Code>
11692
+<a:Name>visitor_start_time</a:Name>
11693
+<a:Code>visitor_start_time</a:Code>
11694 11694
 <a:CreationDate>1540879133</a:CreationDate>
11695 11695
 <a:Creator>szc</a:Creator>
11696
-<a:ModificationDate>1540879827</a:ModificationDate>
11696
+<a:ModificationDate>1543392472</a:ModificationDate>
11697 11697
 <a:Modifier>szc</a:Modifier>
11698 11698
 <a:Comment>来访时间</a:Comment>
11699 11699
 <a:DataType>datetime</a:DataType>