384 lines
99 KiB
Plaintext
384 lines
99 KiB
Plaintext
2025-08-13 16:27:45,165 INFO [main] com.guahao.GuahaoApplication [StartupInfoLogger.java : 50] Starting GuahaoApplication on Sangmu with PID 34088 (D:\workspace\jiuju-h5-registration(Rev1.0.3)\target\classes started by Sang in D:\workspace\jiuju-h5-registration(Rev1.0.3))
|
||
2025-08-13 16:27:45,172 DEBUG [main] com.guahao.GuahaoApplication [StartupInfoLogger.java : 53] Running with Spring Boot v2.1.6.RELEASE, Spring v5.1.8.RELEASE
|
||
2025-08-13 16:27:45,173 INFO [main] com.guahao.GuahaoApplication [SpringApplication.java : 646] No active profile set, falling back to default profiles: default
|
||
2025-08-13 16:27:46,999 INFO [main] o.s.b.w.e.tomcat.TomcatWebServer [TomcatWebServer.java : 90] Tomcat initialized with port(s): 8080 (http)
|
||
2025-08-13 16:27:47,322 WARN [main] o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext [AbstractApplicationContext.java : 557] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'uploadConfig': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'file.staticAccessPath' in value "${file.staticAccessPath}"
|
||
2025-08-13 16:27:47,370 INFO [main] o.s.b.a.l.ConditionEvaluationReportLoggingListener [ConditionEvaluationReportLoggingListener.java : 135]
|
||
|
||
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
||
2025-08-13 16:27:47,376 ERROR [main] o.s.boot.SpringApplication [SpringApplication.java : 821] Application run failed
|
||
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'uploadConfig': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'file.staticAccessPath' in value "${file.staticAccessPath}"
|
||
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:380)
|
||
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1411)
|
||
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:592)
|
||
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
|
||
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
|
||
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
|
||
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
|
||
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
|
||
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:845)
|
||
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)
|
||
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
|
||
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
|
||
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742)
|
||
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389)
|
||
at org.springframework.boot.SpringApplication.run(SpringApplication.java:311)
|
||
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1213)
|
||
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1202)
|
||
at com.guahao.GuahaoApplication.main(GuahaoApplication.java:28)
|
||
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'file.staticAccessPath' in value "${file.staticAccessPath}"
|
||
at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:178)
|
||
at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:124)
|
||
at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:237)
|
||
at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:211)
|
||
at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:175)
|
||
at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:851)
|
||
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1192)
|
||
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1171)
|
||
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:593)
|
||
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:90)
|
||
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:374)
|
||
... 17 common frames omitted
|
||
2025-08-13 16:38:48,067 INFO [main] com.guahao.GuahaoApplication [StartupInfoLogger.java : 50] Starting GuahaoApplication on Sangmu with PID 27424 (D:\workspace\jiuju-h5-registration(Rev1.0.3)\target\classes started by Sang in D:\workspace\jiuju-h5-registration(Rev1.0.3))
|
||
2025-08-13 16:38:48,070 DEBUG [main] com.guahao.GuahaoApplication [StartupInfoLogger.java : 53] Running with Spring Boot v2.1.6.RELEASE, Spring v5.1.8.RELEASE
|
||
2025-08-13 16:38:48,071 INFO [main] com.guahao.GuahaoApplication [SpringApplication.java : 646] No active profile set, falling back to default profiles: default
|
||
2025-08-13 16:38:49,788 INFO [main] o.s.b.w.e.tomcat.TomcatWebServer [TomcatWebServer.java : 90] Tomcat initialized with port(s): 8089 (http)
|
||
2025-08-13 16:38:51,979 INFO [main] c.g.h.s.TaskPoolConfig$$EnhancerBySpringCGLIB$$3adc08ed [TaskPoolConfig.java : 27] start asyncServiceExecutor
|
||
2025-08-13 16:38:51,980 INFO [main] c.g.h.s.VisiableThreadPoolTaskExecutor [ExecutorConfigurationSupport.java : 171] Initializing ExecutorService
|
||
2025-08-13 16:38:51,981 INFO [main] c.g.h.s.VisiableThreadPoolTaskExecutor [ExecutorConfigurationSupport.java : 171] Initializing ExecutorService 'asyncServiceExecutor'
|
||
2025-08-13 16:38:53,341 INFO [main] o.s.b.w.e.tomcat.TomcatWebServer [TomcatWebServer.java : 202] Tomcat started on port(s): 8089 (http) with context path ''
|
||
2025-08-13 16:38:53,344 INFO [main] com.guahao.GuahaoApplication [StartupInfoLogger.java : 59] Started GuahaoApplication in 5.591 seconds (JVM running for 6.99)
|
||
2025-08-13 16:40:43,838 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 55] ========================================== Start ==========================================
|
||
2025-08-13 16:40:43,839 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 57] URL : http://localhost:8089/userCard/CreatUserCard
|
||
2025-08-13 16:40:43,840 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 59] Description : CreatUserCard
|
||
2025-08-13 16:40:43,841 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 61] HTTP Method : POST
|
||
2025-08-13 16:40:43,841 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 63] Class Method : com.guahao.h5.user.controller.UserCardController.CreattUserCard
|
||
2025-08-13 16:40:43,841 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 65] IP : 127.0.0.1
|
||
2025-08-13 16:40:43,885 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 70] Request Args : [{"birthday":"2000-11-05","occupation":"","nation":"01","patientId":"","cardNo":"","idNo":"410581200011054436","queryCode":"","chargtype":"","identity":"","ctime":"","hisoper":"000000","isYes":"1","address":"河南省安阳市","queryBusiness":"","utime":"","sex":"1","cardType":"01","healthcode":"","userId":67321,"queryType":"","token":"user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105","phone":"17757744436","totalFee":"","name":"桑","employetitle":"杭州市西湖区","isModify":"","status":""}]
|
||
2025-08-13 16:40:43,901 INFO [http-nio-8089-exec-1] c.g.h.u.c.UserCardController [UserCardController.java : 64] 进入新增:UserCardVo(id=null, userId=67321, name=桑, sex=1, birthday=2000-11-05, cardNo=, IdNo=410581200011054436, cardType=01, phone=17757744436, address=河南省安阳市, nation=01, hisoper=000000, chargtype=, Occupation=, Employetitle=杭州市西湖区, QueryCode=, QueryType=, QueryBusiness=, isModify=, identity=, healthcode=, status=, totalFee=, isYes=1, patientId=, ctime=, utime=, token=user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105)
|
||
2025-08-13 16:40:43,926 DEBUG [http-nio-8089-exec-1] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] ==> Preparing: SELECT count(1) FROM user_token WHERE user_id = ? AND token = ? AND ctime >= date_sub(curdate(), INTERVAL 7 DAY );
|
||
2025-08-13 16:40:43,936 DEBUG [http-nio-8089-exec-1] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] ==> Parameters: 67321(Integer), user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105(String)
|
||
2025-08-13 16:40:43,945 DEBUG [http-nio-8089-exec-1] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] <== Total: 1
|
||
2025-08-13 16:40:43,960 DEBUG [http-nio-8089-exec-1] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] ==> Preparing: SELECT count(*) FROM user_card WHERE id_no = ? and user_id = ? or card_no = ?
|
||
2025-08-13 16:40:43,960 DEBUG [http-nio-8089-exec-1] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] ==> Parameters: 410581200011054436(String), 67321(Integer), (String)
|
||
2025-08-13 16:40:43,962 DEBUG [http-nio-8089-exec-1] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] <== Total: 1
|
||
2025-08-13 16:40:43,964 DEBUG [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 245] start to insert card
|
||
2025-08-13 16:41:10,273 DEBUG [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 269] strXml: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/"><soapenv:Header/><soapenv:Body><tem:MOP_OutpPatInfoCreate><tem:InMsg><![CDATA[<request><PatientName>桑</PatientName><PatientSex>1</PatientSex><Birthday>2000-11-05</Birthday><IDType>01</IDType><IDCardNum>410581200011054436</IDCardNum><Address>河南省安阳市</Address><Nation>01</Nation><PhoneNum>17757744436</PhoneNum><HisOper>000000</HisOper><ChargeType>自费</ChargeType><Occupation></Occupation><Employetitle>杭州市西湖区</Employetitle></request>]]></tem:InMsg></tem:MOP_OutpPatInfoCreate></soapenv:Body></soapenv:Envelope>
|
||
2025-08-13 16:41:11,097 DEBUG [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 270] responseStr<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><MOP_OutpPatInfoCreateResponse xmlns="http://tempuri.org/"><request><request xsi:type="OutPut_OutpPatInfoCreate"><returnresult><returncode>1</returncode><errormsg>查询成功!</errormsg></returnresult><data><PatientID>90120726</PatientID></data></request></request></MOP_OutpPatInfoCreateResponse></soap:Body></soap:Envelope>
|
||
2025-08-13 16:41:30,569 DEBUG [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 281] strXml1: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/"><soapenv:Header/><soapenv:Body><tem:MOP_OutpPatInfoQuery><tem:InMsg><![CDATA[<request><QueryCode>90120726</QueryCode><QueryType>0</QueryType><QueryBusiness>0</QueryBusiness></request>]]></tem:InMsg></tem:MOP_OutpPatInfoQuery></soapenv:Body></soapenv:Envelope>
|
||
2025-08-13 16:41:31,784 DEBUG [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 282] responseStr1<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><MOP_OutpPatInfoQueryResponse xmlns="http://tempuri.org/"><request><request xsi:type="OutPut_OutpPatInfoQuery"><returnresult><returncode>1</returncode><errormsg>查询成功!</errormsg></returnresult><data><PatientId>90120726</PatientId><PatientName>桑</PatientName><PatientSex>男</PatientSex><Birthday>2000/11/5 0:00:00</Birthday><IDType>1</IDType><IDCardNO>410581200011054436</IDCardNO><PhoneNum>17757744436</PhoneNum></data></request></request></MOP_OutpPatInfoQueryResponse></soap:Body></soap:Envelope>
|
||
2025-08-13 16:42:00,252 INFO [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 288] 进入if,vo:UserCardVo(id=null, userId=67321, name=桑, sex=1, birthday=2000-11-05, cardNo=, IdNo=410581200011054436, cardType=01, phone=17757744436, address=河南省安阳市, nation=01, hisoper=000000, chargtype=, Occupation=, Employetitle=杭州市西湖区, QueryCode=, QueryType=, QueryBusiness=, isModify=, identity=, healthcode=, status=, totalFee=, isYes=1, patientId=, ctime=, utime=, token=user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105)
|
||
2025-08-13 16:43:22,982 INFO [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 296] map:{IDCardNO=410581200011054436, PatientSex=男, PhoneNum=17757744436, PatientId=90120726, returncode=1, Birthday=2000/11/5 0:00:00, PatientName=桑, IDType=1, errormsg=查询成功!}
|
||
2025-08-13 16:43:58,809 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 95] Response Args : {"code":120001}
|
||
2025-08-13 16:43:58,809 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 97] Time-Consuming : 194973 ms
|
||
2025-08-13 16:43:58,809 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 81] =========================================== End ===========================================
|
||
|
||
2025-08-13 16:44:00,744 INFO [http-nio-8089-exec-2] com.guahao.WebLogAspect [WebLogAspect.java : 55] ========================================== Start ==========================================
|
||
2025-08-13 16:44:00,744 INFO [http-nio-8089-exec-2] com.guahao.WebLogAspect [WebLogAspect.java : 57] URL : http://localhost:8089/userCard/CreatUserCard
|
||
2025-08-13 16:44:00,744 INFO [http-nio-8089-exec-2] com.guahao.WebLogAspect [WebLogAspect.java : 59] Description : CreatUserCard
|
||
2025-08-13 16:44:00,744 INFO [http-nio-8089-exec-2] com.guahao.WebLogAspect [WebLogAspect.java : 61] HTTP Method : POST
|
||
2025-08-13 16:44:00,744 INFO [http-nio-8089-exec-2] com.guahao.WebLogAspect [WebLogAspect.java : 63] Class Method : com.guahao.h5.user.controller.UserCardController.CreattUserCard
|
||
2025-08-13 16:44:00,745 INFO [http-nio-8089-exec-2] com.guahao.WebLogAspect [WebLogAspect.java : 65] IP : 127.0.0.1
|
||
2025-08-13 16:44:00,745 INFO [http-nio-8089-exec-2] com.guahao.WebLogAspect [WebLogAspect.java : 70] Request Args : [{"birthday":"2000-11-05","occupation":"","nation":"01","patientId":"","cardNo":"","idNo":"410581200011054436","queryCode":"","chargtype":"","identity":"","ctime":"","hisoper":"000000","isYes":"1","address":"河南省安阳市","queryBusiness":"","utime":"","sex":"1","cardType":"01","healthcode":"","userId":67321,"queryType":"","token":"user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105","phone":"17757744436","totalFee":"","name":"桑","employetitle":"杭州市西湖区","isModify":"","status":""}]
|
||
2025-08-13 16:44:00,745 INFO [http-nio-8089-exec-2] c.g.h.u.c.UserCardController [UserCardController.java : 64] 进入新增:UserCardVo(id=null, userId=67321, name=桑, sex=1, birthday=2000-11-05, cardNo=, IdNo=410581200011054436, cardType=01, phone=17757744436, address=河南省安阳市, nation=01, hisoper=000000, chargtype=, Occupation=, Employetitle=杭州市西湖区, QueryCode=, QueryType=, QueryBusiness=, isModify=, identity=, healthcode=, status=, totalFee=, isYes=1, patientId=, ctime=, utime=, token=user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105)
|
||
2025-08-13 16:44:00,748 DEBUG [http-nio-8089-exec-2] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] ==> Preparing: SELECT count(1) FROM user_token WHERE user_id = ? AND token = ? AND ctime >= date_sub(curdate(), INTERVAL 7 DAY );
|
||
2025-08-13 16:44:00,749 DEBUG [http-nio-8089-exec-2] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] ==> Parameters: 67321(Integer), user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105(String)
|
||
2025-08-13 16:44:00,751 DEBUG [http-nio-8089-exec-2] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] <== Total: 1
|
||
2025-08-13 16:44:00,751 DEBUG [http-nio-8089-exec-2] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] ==> Preparing: SELECT count(*) FROM user_card WHERE id_no = ? and user_id = ? or card_no = ?
|
||
2025-08-13 16:44:00,752 DEBUG [http-nio-8089-exec-2] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] ==> Parameters: 410581200011054436(String), 67321(Integer), (String)
|
||
2025-08-13 16:44:00,755 DEBUG [http-nio-8089-exec-2] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] <== Total: 1
|
||
2025-08-13 16:44:00,755 DEBUG [http-nio-8089-exec-2] c.g.h5.user.service.UserCardService [UserCardService.java : 245] start to insert card
|
||
2025-08-13 16:44:15,435 DEBUG [http-nio-8089-exec-2] c.g.h5.user.service.UserCardService [UserCardService.java : 269] strXml: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/"><soapenv:Header/><soapenv:Body><tem:MOP_OutpPatInfoCreate><tem:InMsg><![CDATA[<request><PatientName>桑</PatientName><PatientSex>1</PatientSex><Birthday>2000-11-05</Birthday><IDType>01</IDType><IDCardNum>410581200011054436</IDCardNum><Address>河南省安阳市</Address><Nation>01</Nation><PhoneNum>17757744436</PhoneNum><HisOper>000000</HisOper><ChargeType>自费</ChargeType><Occupation></Occupation><Employetitle>杭州市西湖区</Employetitle></request>]]></tem:InMsg></tem:MOP_OutpPatInfoCreate></soapenv:Body></soapenv:Envelope>
|
||
2025-08-13 16:44:15,822 DEBUG [http-nio-8089-exec-2] c.g.h5.user.service.UserCardService [UserCardService.java : 270] responseStr<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><MOP_OutpPatInfoCreateResponse xmlns="http://tempuri.org/"><request><request xsi:type="OutPut_OutpPatInfoCreate"><returnresult><returncode>1</returncode><errormsg>查询成功!</errormsg></returnresult><data><PatientID>90120726</PatientID></data></request></request></MOP_OutpPatInfoCreateResponse></soap:Body></soap:Envelope>
|
||
2025-08-13 16:44:18,538 DEBUG [http-nio-8089-exec-2] c.g.h5.user.service.UserCardService [UserCardService.java : 281] strXml1: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/"><soapenv:Header/><soapenv:Body><tem:MOP_OutpPatInfoQuery><tem:InMsg><![CDATA[<request><QueryCode>90120726</QueryCode><QueryType>0</QueryType><QueryBusiness>0</QueryBusiness></request>]]></tem:InMsg></tem:MOP_OutpPatInfoQuery></soapenv:Body></soapenv:Envelope>
|
||
2025-08-13 16:44:18,997 DEBUG [http-nio-8089-exec-2] c.g.h5.user.service.UserCardService [UserCardService.java : 282] responseStr1<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><MOP_OutpPatInfoQueryResponse xmlns="http://tempuri.org/"><request><request xsi:type="OutPut_OutpPatInfoQuery"><returnresult><returncode>1</returncode><errormsg>查询成功!</errormsg></returnresult><data><PatientId>90120726</PatientId><PatientName>桑</PatientName><PatientSex>男</PatientSex><Birthday>2000/11/5 0:00:00</Birthday><IDType>1</IDType><IDCardNO>410581200011054436</IDCardNO><PhoneNum>17757744436</PhoneNum></data></request></request></MOP_OutpPatInfoQueryResponse></soap:Body></soap:Envelope>
|
||
2025-08-13 16:44:41,655 INFO [http-nio-8089-exec-2] c.g.h5.user.service.UserCardService [UserCardService.java : 288] 进入if,vo:UserCardVo(id=null, userId=67321, name=桑, sex=1, birthday=2000-11-05, cardNo=, IdNo=410581200011054436, cardType=01, phone=17757744436, address=河南省安阳市, nation=01, hisoper=000000, chargtype=, Occupation=, Employetitle=杭州市西湖区, QueryCode=, QueryType=, QueryBusiness=, isModify=, identity=, healthcode=, status=, totalFee=, isYes=1, patientId=, ctime=, utime=, token=user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105)
|
||
2025-08-13 16:44:54,854 INFO [http-nio-8089-exec-2] c.g.h5.user.service.UserCardService [UserCardService.java : 296] map:{IDCardNO=410581200011054436, PatientSex=男, PhoneNum=17757744436, PatientId=90120726, returncode=1, Birthday=2000/11/5 0:00:00, PatientName=桑, IDType=1, errormsg=查询成功!}
|
||
2025-08-13 18:23:59,453 INFO [http-nio-8089-exec-2] com.guahao.WebLogAspect [WebLogAspect.java : 95] Response Args : {"code":120001}
|
||
2025-08-13 18:23:59,454 INFO [http-nio-8089-exec-2] com.guahao.WebLogAspect [WebLogAspect.java : 97] Time-Consuming : 5998710 ms
|
||
2025-08-13 18:23:59,454 INFO [http-nio-8089-exec-2] com.guahao.WebLogAspect [WebLogAspect.java : 81] =========================================== End ===========================================
|
||
|
||
2025-08-13 18:24:08,802 INFO [http-nio-8089-exec-3] com.guahao.WebLogAspect [WebLogAspect.java : 55] ========================================== Start ==========================================
|
||
2025-08-13 18:24:08,803 INFO [http-nio-8089-exec-3] com.guahao.WebLogAspect [WebLogAspect.java : 57] URL : http://localhost:8089/userCard/CreatUserCard
|
||
2025-08-13 18:24:08,803 INFO [http-nio-8089-exec-3] com.guahao.WebLogAspect [WebLogAspect.java : 59] Description : CreatUserCard
|
||
2025-08-13 18:24:08,803 INFO [http-nio-8089-exec-3] com.guahao.WebLogAspect [WebLogAspect.java : 61] HTTP Method : POST
|
||
2025-08-13 18:24:08,803 INFO [http-nio-8089-exec-3] com.guahao.WebLogAspect [WebLogAspect.java : 63] Class Method : com.guahao.h5.user.controller.UserCardController.CreattUserCard
|
||
2025-08-13 18:24:08,803 INFO [http-nio-8089-exec-3] com.guahao.WebLogAspect [WebLogAspect.java : 65] IP : 127.0.0.1
|
||
2025-08-13 18:24:08,804 INFO [http-nio-8089-exec-3] com.guahao.WebLogAspect [WebLogAspect.java : 70] Request Args : [{"birthday":"2000-11-05","occupation":"","nation":"01","patientId":"","cardNo":"","idNo":"410581200011054436","queryCode":"","chargtype":"","identity":"","ctime":"","hisoper":"000000","isYes":"1","address":"河南省安阳市","queryBusiness":"","utime":"","sex":"1","cardType":"01","healthcode":"","userId":67321,"queryType":"","token":"user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105","phone":"17757744436","totalFee":"","name":"桑","employetitle":"杭州市西湖区","isModify":"","status":""}]
|
||
2025-08-13 18:24:08,804 INFO [http-nio-8089-exec-3] c.g.h.u.c.UserCardController [UserCardController.java : 64] 进入新增:UserCardVo(id=null, userId=67321, name=桑, sex=1, birthday=2000-11-05, cardNo=, IdNo=410581200011054436, cardType=01, phone=17757744436, address=河南省安阳市, nation=01, hisoper=000000, chargtype=, Occupation=, Employetitle=杭州市西湖区, QueryCode=, QueryType=, QueryBusiness=, isModify=, identity=, healthcode=, status=, totalFee=, isYes=1, patientId=, ctime=, utime=, token=user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105)
|
||
2025-08-13 18:24:08,826 DEBUG [http-nio-8089-exec-3] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] ==> Preparing: SELECT count(1) FROM user_token WHERE user_id = ? AND token = ? AND ctime >= date_sub(curdate(), INTERVAL 7 DAY );
|
||
2025-08-13 18:24:08,827 DEBUG [http-nio-8089-exec-3] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] ==> Parameters: 67321(Integer), user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105(String)
|
||
2025-08-13 18:24:08,830 DEBUG [http-nio-8089-exec-3] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] <== Total: 1
|
||
2025-08-13 18:24:08,832 DEBUG [http-nio-8089-exec-3] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] ==> Preparing: SELECT count(*) FROM user_card WHERE id_no = ? and user_id = ? or card_no = ?
|
||
2025-08-13 18:24:08,832 DEBUG [http-nio-8089-exec-3] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] ==> Parameters: 410581200011054436(String), 67321(Integer), (String)
|
||
2025-08-13 18:24:08,834 DEBUG [http-nio-8089-exec-3] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] <== Total: 1
|
||
2025-08-13 18:24:08,834 DEBUG [http-nio-8089-exec-3] c.g.h5.user.service.UserCardService [UserCardService.java : 245] start to insert card
|
||
2025-08-13 18:24:08,893 DEBUG [http-nio-8089-exec-3] c.g.h5.user.service.UserCardService [UserCardService.java : 269] strXml: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/"><soapenv:Header/><soapenv:Body><tem:MOP_OutpPatInfoCreate><tem:InMsg><![CDATA[<request><PatientName>桑</PatientName><PatientSex>1</PatientSex><Birthday>2000-11-05</Birthday><IDType>01</IDType><IDCardNum>410581200011054436</IDCardNum><Address>河南省安阳市</Address><Nation>01</Nation><PhoneNum>17757744436</PhoneNum><HisOper>000000</HisOper><ChargeType>自费</ChargeType><Occupation></Occupation><Employetitle>杭州市西湖区</Employetitle></request>]]></tem:InMsg></tem:MOP_OutpPatInfoCreate></soapenv:Body></soapenv:Envelope>
|
||
2025-08-13 18:24:08,893 DEBUG [http-nio-8089-exec-3] c.g.h5.user.service.UserCardService [UserCardService.java : 270] responseStr<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><MOP_OutpPatInfoCreateResponse xmlns="http://tempuri.org/"><request><request xsi:type="OutPut_OutpPatInfoCreate"><returnresult><returncode>1</returncode><errormsg>查询成功!</errormsg></returnresult><data><PatientID>90120726</PatientID></data></request></request></MOP_OutpPatInfoCreateResponse></soap:Body></soap:Envelope>
|
||
2025-08-13 18:24:08,898 DEBUG [http-nio-8089-exec-3] c.g.h5.user.service.UserCardService [UserCardService.java : 281] strXml1: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/"><soapenv:Header/><soapenv:Body><tem:MOP_OutpPatInfoQuery><tem:InMsg><![CDATA[<request><QueryCode>90120726</QueryCode><QueryType>0</QueryType><QueryBusiness>0</QueryBusiness></request>]]></tem:InMsg></tem:MOP_OutpPatInfoQuery></soapenv:Body></soapenv:Envelope>
|
||
2025-08-13 18:24:08,899 DEBUG [http-nio-8089-exec-3] c.g.h5.user.service.UserCardService [UserCardService.java : 282] responseStr1<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><MOP_OutpPatInfoQueryResponse xmlns="http://tempuri.org/"><request><request xsi:type="OutPut_OutpPatInfoQuery"><returnresult><returncode>1</returncode><errormsg>查询成功!</errormsg></returnresult><data><PatientId>90120726</PatientId><PatientName>桑</PatientName><PatientSex>1</PatientSex><Birthday>2000/11/5 0:00:00</Birthday><IDType>01</IDType><IDCardNO>410581200011054436</IDCardNO><PhoneNum>17757744436</PhoneNum><Identity>一般人员</Identity><ChargeType>自费</ChargeType><Balance>0</Balance><CardState>1</CardState></data></request></request></MOP_OutpPatInfoQueryResponse></soap:Body></soap:Envelope>
|
||
2025-08-13 18:24:08,901 INFO [http-nio-8089-exec-3] c.g.h5.user.service.UserCardService [UserCardService.java : 288] 进入if,vo:UserCardVo(id=null, userId=67321, name=桑, sex=1, birthday=2000-11-05, cardNo=, IdNo=410581200011054436, cardType=01, phone=17757744436, address=河南省安阳市, nation=01, hisoper=000000, chargtype=, Occupation=, Employetitle=杭州市西湖区, QueryCode=, QueryType=, QueryBusiness=, isModify=, identity=, healthcode=, status=, totalFee=, isYes=1, patientId=, ctime=, utime=, token=user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105)
|
||
2025-08-13 18:24:16,392 INFO [http-nio-8089-exec-3] c.g.h5.user.service.UserCardService [UserCardService.java : 296] map:{returncode=1, Birthday=2000/11/5 0:00:00, PatientName=桑, CardState=1, IDType=01, errormsg=查询成功!, IDCardNO=410581200011054436, PatientSex=1, PhoneNum=17757744436, ChargeType=自费, PatientId=90120726, Identity=一般人员, Balance=0}
|
||
2025-08-13 18:25:48,365 INFO [http-nio-8089-exec-3] com.guahao.WebLogAspect [WebLogAspect.java : 95] Response Args : {"code":120001}
|
||
2025-08-13 18:25:48,366 INFO [http-nio-8089-exec-3] com.guahao.WebLogAspect [WebLogAspect.java : 97] Time-Consuming : 99563 ms
|
||
2025-08-13 18:25:48,366 INFO [http-nio-8089-exec-3] com.guahao.WebLogAspect [WebLogAspect.java : 81] =========================================== End ===========================================
|
||
|
||
2025-08-13 18:25:49,896 INFO [http-nio-8089-exec-4] com.guahao.WebLogAspect [WebLogAspect.java : 55] ========================================== Start ==========================================
|
||
2025-08-13 18:25:49,898 INFO [http-nio-8089-exec-4] com.guahao.WebLogAspect [WebLogAspect.java : 57] URL : http://localhost:8089/userCard/CreatUserCard
|
||
2025-08-13 18:25:49,898 INFO [http-nio-8089-exec-4] com.guahao.WebLogAspect [WebLogAspect.java : 59] Description : CreatUserCard
|
||
2025-08-13 18:25:49,898 INFO [http-nio-8089-exec-4] com.guahao.WebLogAspect [WebLogAspect.java : 61] HTTP Method : POST
|
||
2025-08-13 18:25:49,898 INFO [http-nio-8089-exec-4] com.guahao.WebLogAspect [WebLogAspect.java : 63] Class Method : com.guahao.h5.user.controller.UserCardController.CreattUserCard
|
||
2025-08-13 18:25:49,898 INFO [http-nio-8089-exec-4] com.guahao.WebLogAspect [WebLogAspect.java : 65] IP : 127.0.0.1
|
||
2025-08-13 18:25:49,900 INFO [http-nio-8089-exec-4] com.guahao.WebLogAspect [WebLogAspect.java : 70] Request Args : [{"birthday":"2000-11-05","occupation":"","nation":"01","patientId":"","cardNo":"","idNo":"410581200011054436","queryCode":"","chargtype":"","identity":"","ctime":"","hisoper":"000000","isYes":"1","address":"河南省安阳市","queryBusiness":"","utime":"","sex":"1","cardType":"01","healthcode":"","userId":67321,"queryType":"","token":"user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105","phone":"17757744436","totalFee":"","name":"桑","employetitle":"杭州市西湖区","isModify":"","status":""}]
|
||
2025-08-13 18:25:49,901 INFO [http-nio-8089-exec-4] c.g.h.u.c.UserCardController [UserCardController.java : 64] 进入新增:UserCardVo(id=null, userId=67321, name=桑, sex=1, birthday=2000-11-05, cardNo=, IdNo=410581200011054436, cardType=01, phone=17757744436, address=河南省安阳市, nation=01, hisoper=000000, chargtype=, Occupation=, Employetitle=杭州市西湖区, QueryCode=, QueryType=, QueryBusiness=, isModify=, identity=, healthcode=, status=, totalFee=, isYes=1, patientId=, ctime=, utime=, token=user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105)
|
||
2025-08-13 18:25:49,903 DEBUG [http-nio-8089-exec-4] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] ==> Preparing: SELECT count(1) FROM user_token WHERE user_id = ? AND token = ? AND ctime >= date_sub(curdate(), INTERVAL 7 DAY );
|
||
2025-08-13 18:25:49,904 DEBUG [http-nio-8089-exec-4] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] ==> Parameters: 67321(Integer), user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105(String)
|
||
2025-08-13 18:25:49,906 DEBUG [http-nio-8089-exec-4] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] <== Total: 1
|
||
2025-08-13 18:25:49,907 DEBUG [http-nio-8089-exec-4] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] ==> Preparing: SELECT count(*) FROM user_card WHERE id_no = ? and user_id = ? or card_no = ?
|
||
2025-08-13 18:25:49,908 DEBUG [http-nio-8089-exec-4] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] ==> Parameters: 410581200011054436(String), 67321(Integer), (String)
|
||
2025-08-13 18:25:49,911 DEBUG [http-nio-8089-exec-4] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] <== Total: 1
|
||
2025-08-13 18:25:49,911 DEBUG [http-nio-8089-exec-4] c.g.h5.user.service.UserCardService [UserCardService.java : 245] start to insert card
|
||
2025-08-13 18:25:49,989 DEBUG [http-nio-8089-exec-4] c.g.h5.user.service.UserCardService [UserCardService.java : 269] strXml: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/"><soapenv:Header/><soapenv:Body><tem:MOP_OutpPatInfoCreate><tem:InMsg><![CDATA[<request><PatientName>桑</PatientName><PatientSex>1</PatientSex><Birthday>2000-11-05</Birthday><IDType>01</IDType><IDCardNum>410581200011054436</IDCardNum><Address>河南省安阳市</Address><Nation>01</Nation><PhoneNum>17757744436</PhoneNum><HisOper>000000</HisOper><ChargeType>自费</ChargeType><Occupation></Occupation><Employetitle>杭州市西湖区</Employetitle></request>]]></tem:InMsg></tem:MOP_OutpPatInfoCreate></soapenv:Body></soapenv:Envelope>
|
||
2025-08-13 18:25:49,990 DEBUG [http-nio-8089-exec-4] c.g.h5.user.service.UserCardService [UserCardService.java : 270] responseStr<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><MOP_OutpPatInfoCreateResponse xmlns="http://tempuri.org/"><request><request xsi:type="OutPut_OutpPatInfoCreate"><returnresult><returncode>1</returncode><errormsg>查询成功!</errormsg></returnresult><data><PatientID>90120726</PatientID></data></request></request></MOP_OutpPatInfoCreateResponse></soap:Body></soap:Envelope>
|
||
2025-08-13 18:25:49,995 DEBUG [http-nio-8089-exec-4] c.g.h5.user.service.UserCardService [UserCardService.java : 281] strXml1: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/"><soapenv:Header/><soapenv:Body><tem:MOP_OutpPatInfoQuery><tem:InMsg><![CDATA[<request><QueryCode>90120726</QueryCode><QueryType>0</QueryType><QueryBusiness>0</QueryBusiness></request>]]></tem:InMsg></tem:MOP_OutpPatInfoQuery></soapenv:Body></soapenv:Envelope>
|
||
2025-08-13 18:25:49,996 DEBUG [http-nio-8089-exec-4] c.g.h5.user.service.UserCardService [UserCardService.java : 282] responseStr1<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><MOP_OutpPatInfoQueryResponse xmlns="http://tempuri.org/"><request><request xsi:type="OutPut_OutpPatInfoQuery"><returnresult><returncode>1</returncode><errormsg>查询成功!</errormsg></returnresult><data><PatientId>90120726</PatientId><PatientName>桑</PatientName><PatientSex>1</PatientSex><Birthday>2000/11/5 0:00:00</Birthday><IDType>01</IDType><IDCardNO>410581200011054436</IDCardNO><PhoneNum>17757744436</PhoneNum><Identity>一般人员</Identity><ChargeType>自费</ChargeType><Balance>0</Balance><CardState>1</CardState></data></request></request></MOP_OutpPatInfoQueryResponse></soap:Body></soap:Envelope>
|
||
2025-08-13 18:25:49,997 INFO [http-nio-8089-exec-4] c.g.h5.user.service.UserCardService [UserCardService.java : 288] 进入if,vo:UserCardVo(id=null, userId=67321, name=桑, sex=1, birthday=2000-11-05, cardNo=, IdNo=410581200011054436, cardType=01, phone=17757744436, address=河南省安阳市, nation=01, hisoper=000000, chargtype=, Occupation=, Employetitle=杭州市西湖区, QueryCode=, QueryType=, QueryBusiness=, isModify=, identity=, healthcode=, status=, totalFee=, isYes=1, patientId=, ctime=, utime=, token=user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105)
|
||
2025-08-13 18:26:33,899 INFO [http-nio-8089-exec-4] c.g.h5.user.service.UserCardService [UserCardService.java : 296] map:{returncode=1, Birthday=2000/11/5 0:00:00, PatientName=桑, CardState=1, IDType=01, errormsg=查询成功!, IDCardNO=410581200011054436, PatientSex=1, PhoneNum=17757744436, ChargeType=自费, PatientId=90120726, Identity=一般人员, Balance=0}
|
||
2025-08-13 18:27:01,681 INFO [http-nio-8089-exec-4] com.guahao.WebLogAspect [WebLogAspect.java : 95] Response Args : {"code":120001}
|
||
2025-08-13 18:27:01,683 INFO [http-nio-8089-exec-4] com.guahao.WebLogAspect [WebLogAspect.java : 97] Time-Consuming : 71787 ms
|
||
2025-08-13 18:27:01,683 INFO [http-nio-8089-exec-4] com.guahao.WebLogAspect [WebLogAspect.java : 81] =========================================== End ===========================================
|
||
|
||
2025-08-13 18:27:02,982 INFO [http-nio-8089-exec-10] com.guahao.WebLogAspect [WebLogAspect.java : 55] ========================================== Start ==========================================
|
||
2025-08-13 18:27:02,982 INFO [http-nio-8089-exec-10] com.guahao.WebLogAspect [WebLogAspect.java : 57] URL : http://localhost:8089/userCard/CreatUserCard
|
||
2025-08-13 18:27:02,982 INFO [http-nio-8089-exec-10] com.guahao.WebLogAspect [WebLogAspect.java : 59] Description : CreatUserCard
|
||
2025-08-13 18:27:02,983 INFO [http-nio-8089-exec-10] com.guahao.WebLogAspect [WebLogAspect.java : 61] HTTP Method : POST
|
||
2025-08-13 18:27:02,983 INFO [http-nio-8089-exec-10] com.guahao.WebLogAspect [WebLogAspect.java : 63] Class Method : com.guahao.h5.user.controller.UserCardController.CreattUserCard
|
||
2025-08-13 18:27:02,983 INFO [http-nio-8089-exec-10] com.guahao.WebLogAspect [WebLogAspect.java : 65] IP : 127.0.0.1
|
||
2025-08-13 18:27:02,985 INFO [http-nio-8089-exec-10] com.guahao.WebLogAspect [WebLogAspect.java : 70] Request Args : [{"birthday":"2000-11-05","occupation":"","nation":"01","patientId":"","cardNo":"","idNo":"410581200011054436","queryCode":"","chargtype":"","identity":"","ctime":"","hisoper":"000000","isYes":"1","address":"河南省安阳市","queryBusiness":"","utime":"","sex":"1","cardType":"01","healthcode":"","userId":67321,"queryType":"","token":"user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105","phone":"17757744436","totalFee":"","name":"桑","employetitle":"杭州市西湖区","isModify":"","status":""}]
|
||
2025-08-13 18:27:02,986 INFO [http-nio-8089-exec-10] c.g.h.u.c.UserCardController [UserCardController.java : 64] 进入新增:UserCardVo(id=null, userId=67321, name=桑, sex=1, birthday=2000-11-05, cardNo=, IdNo=410581200011054436, cardType=01, phone=17757744436, address=河南省安阳市, nation=01, hisoper=000000, chargtype=, Occupation=, Employetitle=杭州市西湖区, QueryCode=, QueryType=, QueryBusiness=, isModify=, identity=, healthcode=, status=, totalFee=, isYes=1, patientId=, ctime=, utime=, token=user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105)
|
||
2025-08-13 18:27:02,989 DEBUG [http-nio-8089-exec-10] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] ==> Preparing: SELECT count(1) FROM user_token WHERE user_id = ? AND token = ? AND ctime >= date_sub(curdate(), INTERVAL 7 DAY );
|
||
2025-08-13 18:27:02,989 DEBUG [http-nio-8089-exec-10] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] ==> Parameters: 67321(Integer), user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105(String)
|
||
2025-08-13 18:27:02,992 DEBUG [http-nio-8089-exec-10] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] <== Total: 1
|
||
2025-08-13 18:27:02,994 DEBUG [http-nio-8089-exec-10] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] ==> Preparing: SELECT count(*) FROM user_card WHERE id_no = ? and user_id = ? or card_no = ?
|
||
2025-08-13 18:27:02,995 DEBUG [http-nio-8089-exec-10] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] ==> Parameters: 410581200011054436(String), 67321(Integer), (String)
|
||
2025-08-13 18:27:02,998 DEBUG [http-nio-8089-exec-10] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] <== Total: 1
|
||
2025-08-13 18:27:02,999 DEBUG [http-nio-8089-exec-10] c.g.h5.user.service.UserCardService [UserCardService.java : 245] start to insert card
|
||
2025-08-13 18:27:03,058 DEBUG [http-nio-8089-exec-10] c.g.h5.user.service.UserCardService [UserCardService.java : 269] strXml: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/"><soapenv:Header/><soapenv:Body><tem:MOP_OutpPatInfoCreate><tem:InMsg><![CDATA[<request><PatientName>桑</PatientName><PatientSex>1</PatientSex><Birthday>2000-11-05</Birthday><IDType>01</IDType><IDCardNum>410581200011054436</IDCardNum><Address>河南省安阳市</Address><Nation>01</Nation><PhoneNum>17757744436</PhoneNum><HisOper>000000</HisOper><ChargeType>自费</ChargeType><Occupation></Occupation><Employetitle>杭州市西湖区</Employetitle></request>]]></tem:InMsg></tem:MOP_OutpPatInfoCreate></soapenv:Body></soapenv:Envelope>
|
||
2025-08-13 18:27:03,059 DEBUG [http-nio-8089-exec-10] c.g.h5.user.service.UserCardService [UserCardService.java : 270] responseStr<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><MOP_OutpPatInfoCreateResponse xmlns="http://tempuri.org/"><request><request xsi:type="OutPut_OutpPatInfoCreate"><returnresult><returncode>1</returncode><errormsg>查询成功!</errormsg></returnresult><data><PatientID>90120726</PatientID></data></request></request></MOP_OutpPatInfoCreateResponse></soap:Body></soap:Envelope>
|
||
2025-08-13 18:27:03,066 DEBUG [http-nio-8089-exec-10] c.g.h5.user.service.UserCardService [UserCardService.java : 281] strXml1: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/"><soapenv:Header/><soapenv:Body><tem:MOP_OutpPatInfoQuery><tem:InMsg><![CDATA[<request><QueryCode>90120726</QueryCode><QueryType>0</QueryType><QueryBusiness>0</QueryBusiness></request>]]></tem:InMsg></tem:MOP_OutpPatInfoQuery></soapenv:Body></soapenv:Envelope>
|
||
2025-08-13 18:27:03,066 DEBUG [http-nio-8089-exec-10] c.g.h5.user.service.UserCardService [UserCardService.java : 282] responseStr1<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><MOP_OutpPatInfoQueryResponse xmlns="http://tempuri.org/"><request><request xsi:type="OutPut_OutpPatInfoQuery"><returnresult><returncode>1</returncode><errormsg>查询成功!</errormsg></returnresult><data><PatientId>90120726</PatientId><PatientName>桑</PatientName><PatientSex>1</PatientSex><Birthday>2000/11/5 0:00:00</Birthday><IDType>01</IDType><IDCardNO>410581200011054436</IDCardNO><PhoneNum>17757744436</PhoneNum><Identity>一般人员</Identity><ChargeType>自费</ChargeType><Balance>0</Balance><CardState>1</CardState></data></request></request></MOP_OutpPatInfoQueryResponse></soap:Body></soap:Envelope>
|
||
2025-08-13 18:27:03,068 INFO [http-nio-8089-exec-10] c.g.h5.user.service.UserCardService [UserCardService.java : 288] 进入if,vo:UserCardVo(id=null, userId=67321, name=桑, sex=1, birthday=2000-11-05, cardNo=, IdNo=410581200011054436, cardType=01, phone=17757744436, address=河南省安阳市, nation=01, hisoper=000000, chargtype=, Occupation=, Employetitle=杭州市西湖区, QueryCode=, QueryType=, QueryBusiness=, isModify=, identity=, healthcode=, status=, totalFee=, isYes=1, patientId=, ctime=, utime=, token=user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105)
|
||
2025-08-13 18:27:04,723 INFO [http-nio-8089-exec-10] c.g.h5.user.service.UserCardService [UserCardService.java : 296] map:{returncode=1, Birthday=2000/11/5 0:00:00, PatientName=桑, CardState=1, IDType=01, errormsg=查询成功!, IDCardNO=410581200011054436, PatientSex=1, PhoneNum=17757744436, ChargeType=自费, PatientId=90120726, Identity=一般人员, Balance=0}
|
||
2025-08-13 18:27:35,133 INFO [http-nio-8089-exec-10] com.guahao.WebLogAspect [WebLogAspect.java : 95] Response Args : {"code":120001}
|
||
2025-08-13 18:27:35,133 INFO [http-nio-8089-exec-10] com.guahao.WebLogAspect [WebLogAspect.java : 97] Time-Consuming : 32151 ms
|
||
2025-08-13 18:27:35,133 INFO [http-nio-8089-exec-10] com.guahao.WebLogAspect [WebLogAspect.java : 81] =========================================== End ===========================================
|
||
|
||
2025-08-13 18:27:40,601 INFO [http-nio-8089-exec-6] com.guahao.WebLogAspect [WebLogAspect.java : 55] ========================================== Start ==========================================
|
||
2025-08-13 18:27:40,601 INFO [http-nio-8089-exec-6] com.guahao.WebLogAspect [WebLogAspect.java : 57] URL : http://localhost:8089/userCard/CreatUserCard
|
||
2025-08-13 18:27:40,601 INFO [http-nio-8089-exec-6] com.guahao.WebLogAspect [WebLogAspect.java : 59] Description : CreatUserCard
|
||
2025-08-13 18:27:40,602 INFO [http-nio-8089-exec-6] com.guahao.WebLogAspect [WebLogAspect.java : 61] HTTP Method : POST
|
||
2025-08-13 18:27:40,602 INFO [http-nio-8089-exec-6] com.guahao.WebLogAspect [WebLogAspect.java : 63] Class Method : com.guahao.h5.user.controller.UserCardController.CreattUserCard
|
||
2025-08-13 18:27:40,602 INFO [http-nio-8089-exec-6] com.guahao.WebLogAspect [WebLogAspect.java : 65] IP : 127.0.0.1
|
||
2025-08-13 18:27:40,603 INFO [http-nio-8089-exec-6] com.guahao.WebLogAspect [WebLogAspect.java : 70] Request Args : [{"birthday":"2000-11-05","occupation":"","nation":"01","patientId":"","cardNo":"","idNo":"410581200011054436","queryCode":"","chargtype":"","identity":"","ctime":"","hisoper":"000000","isYes":"1","address":"河南省安阳市","queryBusiness":"","utime":"","sex":"1","cardType":"01","healthcode":"","userId":67321,"queryType":"","token":"user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105","phone":"17757744436","totalFee":"","name":"桑","employetitle":"杭州市西湖区","isModify":"","status":""}]
|
||
2025-08-13 18:27:40,603 INFO [http-nio-8089-exec-6] c.g.h.u.c.UserCardController [UserCardController.java : 64] 进入新增:UserCardVo(id=null, userId=67321, name=桑, sex=1, birthday=2000-11-05, cardNo=, IdNo=410581200011054436, cardType=01, phone=17757744436, address=河南省安阳市, nation=01, hisoper=000000, chargtype=, Occupation=, Employetitle=杭州市西湖区, QueryCode=, QueryType=, QueryBusiness=, isModify=, identity=, healthcode=, status=, totalFee=, isYes=1, patientId=, ctime=, utime=, token=user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105)
|
||
2025-08-13 18:27:40,603 DEBUG [http-nio-8089-exec-6] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] ==> Preparing: SELECT count(1) FROM user_token WHERE user_id = ? AND token = ? AND ctime >= date_sub(curdate(), INTERVAL 7 DAY );
|
||
2025-08-13 18:27:40,604 DEBUG [http-nio-8089-exec-6] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] ==> Parameters: 67321(Integer), user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105(String)
|
||
2025-08-13 18:27:40,607 DEBUG [http-nio-8089-exec-6] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] <== Total: 1
|
||
2025-08-13 18:27:40,609 DEBUG [http-nio-8089-exec-6] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] ==> Preparing: SELECT count(*) FROM user_card WHERE id_no = ? and user_id = ? or card_no = ?
|
||
2025-08-13 18:27:40,610 DEBUG [http-nio-8089-exec-6] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] ==> Parameters: 410581200011054436(String), 67321(Integer), (String)
|
||
2025-08-13 18:27:40,612 DEBUG [http-nio-8089-exec-6] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] <== Total: 1
|
||
2025-08-13 18:27:40,612 DEBUG [http-nio-8089-exec-6] c.g.h5.user.service.UserCardService [UserCardService.java : 245] start to insert card
|
||
2025-08-13 18:27:40,664 DEBUG [http-nio-8089-exec-6] c.g.h5.user.service.UserCardService [UserCardService.java : 269] strXml: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/"><soapenv:Header/><soapenv:Body><tem:MOP_OutpPatInfoCreate><tem:InMsg><![CDATA[<request><PatientName>桑</PatientName><PatientSex>1</PatientSex><Birthday>2000-11-05</Birthday><IDType>01</IDType><IDCardNum>410581200011054436</IDCardNum><Address>河南省安阳市</Address><Nation>01</Nation><PhoneNum>17757744436</PhoneNum><HisOper>000000</HisOper><ChargeType>自费</ChargeType><Occupation></Occupation><Employetitle>杭州市西湖区</Employetitle></request>]]></tem:InMsg></tem:MOP_OutpPatInfoCreate></soapenv:Body></soapenv:Envelope>
|
||
2025-08-13 18:27:40,664 DEBUG [http-nio-8089-exec-6] c.g.h5.user.service.UserCardService [UserCardService.java : 270] responseStr<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><MOP_OutpPatInfoCreateResponse xmlns="http://tempuri.org/"><request><request xsi:type="OutPut_OutpPatInfoCreate"><returnresult><returncode>1</returncode><errormsg>查询成功!</errormsg></returnresult><data><PatientID>90120726</PatientID></data></request></request></MOP_OutpPatInfoCreateResponse></soap:Body></soap:Envelope>
|
||
2025-08-13 18:27:40,669 DEBUG [http-nio-8089-exec-6] c.g.h5.user.service.UserCardService [UserCardService.java : 281] strXml1: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/"><soapenv:Header/><soapenv:Body><tem:MOP_OutpPatInfoQuery><tem:InMsg><![CDATA[<request><QueryCode>90120726</QueryCode><QueryType>0</QueryType><QueryBusiness>0</QueryBusiness></request>]]></tem:InMsg></tem:MOP_OutpPatInfoQuery></soapenv:Body></soapenv:Envelope>
|
||
2025-08-13 18:27:40,669 DEBUG [http-nio-8089-exec-6] c.g.h5.user.service.UserCardService [UserCardService.java : 282] responseStr1<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><MOP_OutpPatInfoQueryResponse xmlns="http://tempuri.org/"><request><request xsi:type="OutPut_OutpPatInfoQuery"><returnresult><returncode>1</returncode><errormsg>查询成功!</errormsg></returnresult><data><PatientId>90120726</PatientId><PatientName>桑</PatientName><PatientSex>1</PatientSex><Birthday>2000/11/5 0:00:00</Birthday><IDType>01</IDType><IDCardNO>410581200011054436</IDCardNO><PhoneNum>17757744436</PhoneNum><Identity>一般人员</Identity><ChargeType>自费</ChargeType><Balance>0</Balance><CardState>1</CardState></data></request></request></MOP_OutpPatInfoQueryResponse></soap:Body></soap:Envelope>
|
||
2025-08-13 18:27:40,672 INFO [http-nio-8089-exec-6] c.g.h5.user.service.UserCardService [UserCardService.java : 288] 进入if,vo:UserCardVo(id=null, userId=67321, name=桑, sex=1, birthday=2000-11-05, cardNo=, IdNo=410581200011054436, cardType=01, phone=17757744436, address=河南省安阳市, nation=01, hisoper=000000, chargtype=, Occupation=, Employetitle=杭州市西湖区, QueryCode=, QueryType=, QueryBusiness=, isModify=, identity=, healthcode=, status=, totalFee=, isYes=1, patientId=, ctime=, utime=, token=user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105)
|
||
2025-08-13 18:29:35,290 INFO [http-nio-8089-exec-6] c.g.h5.user.service.UserCardService [UserCardService.java : 296] map:{returncode=1, Birthday=2000/11/5 0:00:00, PatientName=桑, CardState=1, IDType=01, errormsg=查询成功!, IDCardNO=410581200011054436, PatientSex=1, PhoneNum=17757744436, ChargeType=自费, PatientId=90120726, Identity=一般人员, Balance=0}
|
||
2025-08-13 18:30:45,889 INFO [http-nio-8089-exec-6] com.guahao.WebLogAspect [WebLogAspect.java : 95] Response Args : {"code":120001}
|
||
2025-08-13 18:30:45,889 INFO [http-nio-8089-exec-6] com.guahao.WebLogAspect [WebLogAspect.java : 97] Time-Consuming : 185288 ms
|
||
2025-08-13 18:30:45,889 INFO [http-nio-8089-exec-6] com.guahao.WebLogAspect [WebLogAspect.java : 81] =========================================== End ===========================================
|
||
|
||
2025-08-13 18:30:50,354 INFO [http-nio-8089-exec-7] com.guahao.WebLogAspect [WebLogAspect.java : 55] ========================================== Start ==========================================
|
||
2025-08-13 18:30:50,354 INFO [http-nio-8089-exec-7] com.guahao.WebLogAspect [WebLogAspect.java : 57] URL : http://localhost:8089/userCard/CreatUserCard
|
||
2025-08-13 18:30:50,354 INFO [http-nio-8089-exec-7] com.guahao.WebLogAspect [WebLogAspect.java : 59] Description : CreatUserCard
|
||
2025-08-13 18:30:50,354 INFO [http-nio-8089-exec-7] com.guahao.WebLogAspect [WebLogAspect.java : 61] HTTP Method : POST
|
||
2025-08-13 18:30:50,354 INFO [http-nio-8089-exec-7] com.guahao.WebLogAspect [WebLogAspect.java : 63] Class Method : com.guahao.h5.user.controller.UserCardController.CreattUserCard
|
||
2025-08-13 18:30:50,354 INFO [http-nio-8089-exec-7] com.guahao.WebLogAspect [WebLogAspect.java : 65] IP : 127.0.0.1
|
||
2025-08-13 18:30:50,354 INFO [http-nio-8089-exec-7] com.guahao.WebLogAspect [WebLogAspect.java : 70] Request Args : [{"birthday":"2000-11-05","occupation":"","nation":"01","patientId":"","cardNo":"","idNo":"410581200011054436","queryCode":"","chargtype":"","identity":"","ctime":"","hisoper":"000000","isYes":"1","address":"河南省安阳市","queryBusiness":"","utime":"","sex":"1","cardType":"01","healthcode":"","userId":67321,"queryType":"","token":"user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105","phone":"17757744436","totalFee":"","name":"桑","employetitle":"杭州市西湖区","isModify":"","status":""}]
|
||
2025-08-13 18:30:50,355 INFO [http-nio-8089-exec-7] c.g.h.u.c.UserCardController [UserCardController.java : 64] 进入新增:UserCardVo(id=null, userId=67321, name=桑, sex=1, birthday=2000-11-05, cardNo=, IdNo=410581200011054436, cardType=01, phone=17757744436, address=河南省安阳市, nation=01, hisoper=000000, chargtype=, Occupation=, Employetitle=杭州市西湖区, QueryCode=, QueryType=, QueryBusiness=, isModify=, identity=, healthcode=, status=, totalFee=, isYes=1, patientId=, ctime=, utime=, token=user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105)
|
||
2025-08-13 18:30:50,356 DEBUG [http-nio-8089-exec-7] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] ==> Preparing: SELECT count(1) FROM user_token WHERE user_id = ? AND token = ? AND ctime >= date_sub(curdate(), INTERVAL 7 DAY );
|
||
2025-08-13 18:30:50,357 DEBUG [http-nio-8089-exec-7] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] ==> Parameters: 67321(Integer), user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105(String)
|
||
2025-08-13 18:30:50,359 DEBUG [http-nio-8089-exec-7] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] <== Total: 1
|
||
2025-08-13 18:30:50,360 DEBUG [http-nio-8089-exec-7] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] ==> Preparing: SELECT count(*) FROM user_card WHERE id_no = ? and user_id = ? or card_no = ?
|
||
2025-08-13 18:30:50,360 DEBUG [http-nio-8089-exec-7] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] ==> Parameters: 410581200011054436(String), 67321(Integer), (String)
|
||
2025-08-13 18:30:50,363 DEBUG [http-nio-8089-exec-7] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] <== Total: 1
|
||
2025-08-13 18:30:50,364 DEBUG [http-nio-8089-exec-7] c.g.h5.user.service.UserCardService [UserCardService.java : 245] start to insert card
|
||
2025-08-13 18:30:50,455 DEBUG [http-nio-8089-exec-7] c.g.h5.user.service.UserCardService [UserCardService.java : 269] strXml: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/"><soapenv:Header/><soapenv:Body><tem:MOP_OutpPatInfoCreate><tem:InMsg><![CDATA[<request><PatientName>桑</PatientName><PatientSex>1</PatientSex><Birthday>2000-11-05</Birthday><IDType>01</IDType><IDCardNum>410581200011054436</IDCardNum><Address>河南省安阳市</Address><Nation>01</Nation><PhoneNum>17757744436</PhoneNum><HisOper>000000</HisOper><ChargeType>自费</ChargeType><Occupation></Occupation><Employetitle>杭州市西湖区</Employetitle></request>]]></tem:InMsg></tem:MOP_OutpPatInfoCreate></soapenv:Body></soapenv:Envelope>
|
||
2025-08-13 18:30:50,457 DEBUG [http-nio-8089-exec-7] c.g.h5.user.service.UserCardService [UserCardService.java : 270] responseStr<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><MOP_OutpPatInfoCreateResponse xmlns="http://tempuri.org/"><request><request xsi:type="OutPut_OutpPatInfoCreate"><returnresult><returncode>1</returncode><errormsg>查询成功!</errormsg></returnresult><data><PatientID>90120726</PatientID></data></request></request></MOP_OutpPatInfoCreateResponse></soap:Body></soap:Envelope>
|
||
2025-08-13 18:30:50,462 DEBUG [http-nio-8089-exec-7] c.g.h5.user.service.UserCardService [UserCardService.java : 281] strXml1: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/"><soapenv:Header/><soapenv:Body><tem:MOP_OutpPatInfoQuery><tem:InMsg><![CDATA[<request><QueryCode>90120726</QueryCode><QueryType>0</QueryType><QueryBusiness>0</QueryBusiness></request>]]></tem:InMsg></tem:MOP_OutpPatInfoQuery></soapenv:Body></soapenv:Envelope>
|
||
2025-08-13 18:30:50,462 DEBUG [http-nio-8089-exec-7] c.g.h5.user.service.UserCardService [UserCardService.java : 282] responseStr1<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><MOP_OutpPatInfoQueryResponse xmlns="http://tempuri.org/"><request><request xsi:type="OutPut_OutpPatInfoQuery"><returnresult><returncode>1</returncode><errormsg>查询成功!</errormsg></returnresult><data><PatientId>90120726</PatientId><PatientName>桑</PatientName><PatientSex>1</PatientSex><Birthday>2000/11/5 0:00:00</Birthday><IDType>01</IDType><IDCardNO>410581200011054436</IDCardNO><PhoneNum>17757744436</PhoneNum><Identity>一般人员</Identity><ChargeType>自费</ChargeType><Balance>0</Balance><CardState>1</CardState></data></request></request></MOP_OutpPatInfoQueryResponse></soap:Body></soap:Envelope>
|
||
2025-08-13 18:30:50,463 INFO [http-nio-8089-exec-7] c.g.h5.user.service.UserCardService [UserCardService.java : 288] 进入if,vo:UserCardVo(id=null, userId=67321, name=桑, sex=1, birthday=2000-11-05, cardNo=, IdNo=410581200011054436, cardType=01, phone=17757744436, address=河南省安阳市, nation=01, hisoper=000000, chargtype=, Occupation=, Employetitle=杭州市西湖区, QueryCode=, QueryType=, QueryBusiness=, isModify=, identity=, healthcode=, status=, totalFee=, isYes=1, patientId=, ctime=, utime=, token=user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105)
|
||
2025-08-13 18:31:34,330 INFO [http-nio-8089-exec-7] c.g.h5.user.service.UserCardService [UserCardService.java : 296] map:{returncode=1, Birthday=2000/11/5 0:00:00, PatientName=桑, CardState=1, IDType=01, errormsg=查询成功!, IDCardNO=410581200011054436, PatientSex=1, PhoneNum=17757744436, ChargeType=自费, PatientId=90120726, Identity=一般人员, Balance=0}
|
||
2025-08-13 18:32:48,272 INFO [http-nio-8089-exec-7] com.guahao.WebLogAspect [WebLogAspect.java : 95] Response Args : {"code":120001}
|
||
2025-08-13 18:32:48,273 INFO [http-nio-8089-exec-7] com.guahao.WebLogAspect [WebLogAspect.java : 97] Time-Consuming : 117919 ms
|
||
2025-08-13 18:32:48,274 INFO [http-nio-8089-exec-7] com.guahao.WebLogAspect [WebLogAspect.java : 81] =========================================== End ===========================================
|
||
|
||
2025-08-13 18:32:48,705 INFO [Thread-13] c.g.h.s.VisiableThreadPoolTaskExecutor [ExecutorConfigurationSupport.java : 208] Shutting down ExecutorService 'asyncServiceExecutor'
|
||
2025-08-13 18:32:57,362 INFO [main] com.guahao.GuahaoApplication [StartupInfoLogger.java : 50] Starting GuahaoApplication on Sangmu with PID 43712 (D:\workspace\jiuju-h5-registration(Rev1.0.3)\target\classes started by Sang in D:\workspace\jiuju-h5-registration(Rev1.0.3))
|
||
2025-08-13 18:32:57,365 DEBUG [main] com.guahao.GuahaoApplication [StartupInfoLogger.java : 53] Running with Spring Boot v2.1.6.RELEASE, Spring v5.1.8.RELEASE
|
||
2025-08-13 18:32:57,365 INFO [main] com.guahao.GuahaoApplication [SpringApplication.java : 646] No active profile set, falling back to default profiles: default
|
||
2025-08-13 18:32:59,195 INFO [main] o.s.b.w.e.tomcat.TomcatWebServer [TomcatWebServer.java : 90] Tomcat initialized with port(s): 8089 (http)
|
||
2025-08-13 18:33:01,317 INFO [main] c.g.h.s.TaskPoolConfig$$EnhancerBySpringCGLIB$$8acaf24c [TaskPoolConfig.java : 27] start asyncServiceExecutor
|
||
2025-08-13 18:33:01,318 INFO [main] c.g.h.s.VisiableThreadPoolTaskExecutor [ExecutorConfigurationSupport.java : 171] Initializing ExecutorService
|
||
2025-08-13 18:33:01,320 INFO [main] c.g.h.s.VisiableThreadPoolTaskExecutor [ExecutorConfigurationSupport.java : 171] Initializing ExecutorService 'asyncServiceExecutor'
|
||
2025-08-13 18:33:02,588 INFO [main] o.s.b.w.e.tomcat.TomcatWebServer [TomcatWebServer.java : 202] Tomcat started on port(s): 8089 (http) with context path ''
|
||
2025-08-13 18:33:02,591 INFO [main] com.guahao.GuahaoApplication [StartupInfoLogger.java : 59] Started GuahaoApplication in 5.56 seconds (JVM running for 6.749)
|
||
2025-08-13 18:33:06,526 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 55] ========================================== Start ==========================================
|
||
2025-08-13 18:33:06,527 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 57] URL : http://localhost:8089/userCard/CreatUserCard
|
||
2025-08-13 18:33:06,528 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 59] Description : CreatUserCard
|
||
2025-08-13 18:33:06,528 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 61] HTTP Method : POST
|
||
2025-08-13 18:33:06,528 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 63] Class Method : com.guahao.h5.user.controller.UserCardController.CreattUserCard
|
||
2025-08-13 18:33:06,528 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 65] IP : 127.0.0.1
|
||
2025-08-13 18:33:06,557 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 70] Request Args : [{"birthday":"2000-11-05","occupation":"","nation":"01","patientId":"","cardNo":"","idNo":"410581200011054436","queryCode":"","chargtype":"","identity":"","ctime":"","hisoper":"000000","isYes":"1","address":"河南省安阳市","queryBusiness":"","utime":"","sex":"1","cardType":"01","healthcode":"","userId":67321,"queryType":"","token":"user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105","phone":"17757744436","totalFee":"","name":"桑","employetitle":"杭州市西湖区","isModify":"","status":""}]
|
||
2025-08-13 18:33:06,566 INFO [http-nio-8089-exec-1] c.g.h.u.c.UserCardController [UserCardController.java : 64] 进入新增:UserCardVo(id=null, userId=67321, name=桑, sex=1, birthday=2000-11-05, cardNo=, IdNo=410581200011054436, cardType=01, phone=17757744436, address=河南省安阳市, nation=01, hisoper=000000, chargtype=, Occupation=, Employetitle=杭州市西湖区, QueryCode=, QueryType=, QueryBusiness=, isModify=, identity=, healthcode=, status=, totalFee=, isYes=1, patientId=, ctime=, utime=, token=user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105)
|
||
2025-08-13 18:33:06,577 DEBUG [http-nio-8089-exec-1] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] ==> Preparing: SELECT count(1) FROM user_token WHERE user_id = ? AND token = ? AND ctime >= date_sub(curdate(), INTERVAL 7 DAY );
|
||
2025-08-13 18:33:06,586 DEBUG [http-nio-8089-exec-1] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] ==> Parameters: 67321(Integer), user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105(String)
|
||
2025-08-13 18:33:06,594 DEBUG [http-nio-8089-exec-1] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] <== Total: 1
|
||
2025-08-13 18:33:06,607 DEBUG [http-nio-8089-exec-1] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] ==> Preparing: SELECT count(*) FROM user_card WHERE id_no = ? and user_id = ? or card_no = ?
|
||
2025-08-13 18:33:06,607 DEBUG [http-nio-8089-exec-1] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] ==> Parameters: 410581200011054436(String), 67321(Integer), (String)
|
||
2025-08-13 18:33:06,610 DEBUG [http-nio-8089-exec-1] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] <== Total: 1
|
||
2025-08-13 18:33:06,610 DEBUG [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 245] start to insert card
|
||
2025-08-13 18:33:06,745 DEBUG [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 269] strXml: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/"><soapenv:Header/><soapenv:Body><tem:MOP_OutpPatInfoCreate><tem:InMsg><![CDATA[<request><PatientName>桑</PatientName><PatientSex>1</PatientSex><Birthday>2000-11-05</Birthday><IDType>01</IDType><IDCardNum>410581200011054436</IDCardNum><Address>河南省安阳市</Address><Nation>01</Nation><PhoneNum>17757744436</PhoneNum><HisOper>000000</HisOper><ChargeType>自费</ChargeType><Occupation></Occupation><Employetitle>杭州市西湖区</Employetitle></request>]]></tem:InMsg></tem:MOP_OutpPatInfoCreate></soapenv:Body></soapenv:Envelope>
|
||
2025-08-13 18:33:06,745 DEBUG [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 270] responseStr<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><MOP_OutpPatInfoCreateResponse xmlns="http://tempuri.org/"><request><request xsi:type="OutPut_OutpPatInfoCreate"><returnresult><returncode>1</returncode><errormsg>查询成功!</errormsg></returnresult><data><PatientID>90120726</PatientID></data></request></request></MOP_OutpPatInfoCreateResponse></soap:Body></soap:Envelope>
|
||
2025-08-13 18:33:06,751 DEBUG [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 281] strXml1: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/"><soapenv:Header/><soapenv:Body><tem:MOP_OutpPatInfoQuery><tem:InMsg><![CDATA[<request><QueryCode>90120726</QueryCode><QueryType>0</QueryType><QueryBusiness>0</QueryBusiness></request>]]></tem:InMsg></tem:MOP_OutpPatInfoQuery></soapenv:Body></soapenv:Envelope>
|
||
2025-08-13 18:33:06,752 DEBUG [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 282] responseStr1<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><MOP_OutpPatInfoQueryResponse xmlns="http://tempuri.org/"><request><request xsi:type="OutPut_OutpPatInfoQuery"><returnresult><returncode>1</returncode><errormsg>查询成功!</errormsg></returnresult><data><PatientId>90120726</PatientId><PatientName>桑</PatientName><PatientSex>1</PatientSex><Birthday>2000/11/5 0:00:00</Birthday><IDType>01</IDType><IDCardNO>410581200011054436</IDCardNO><PhoneNum>17757744436</PhoneNum><Identity>一般人员</Identity><ChargeType>自费</ChargeType><Balance>0</Balance><CardState>1</CardState></data></request></request></MOP_OutpPatInfoQueryResponse></soap:Body></soap:Envelope>
|
||
2025-08-13 18:33:06,753 INFO [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 288] 进入if,vo:UserCardVo(id=null, userId=67321, name=桑, sex=1, birthday=2000-11-05, cardNo=, IdNo=410581200011054436, cardType=01, phone=17757744436, address=河南省安阳市, nation=01, hisoper=000000, chargtype=, Occupation=, Employetitle=杭州市西湖区, QueryCode=, QueryType=, QueryBusiness=, isModify=, identity=, healthcode=, status=, totalFee=, isYes=1, patientId=, ctime=, utime=, token=user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105)
|
||
2025-08-13 18:33:10,527 INFO [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 296] map:{returncode=1, Birthday=2000/11/5 0:00:00, PatientName=桑, CardState=1, IDType=01, errormsg=查询成功!, IDCardNO=410581200011054436, PatientSex=1, PhoneNum=17757744436, ChargeType=自费, PatientId=90120726, Identity=一般人员, Balance=0}
|
||
2025-08-13 18:33:12,715 INFO [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 299] vo:UserCardVo(id=null, userId=67321, name=桑, sex=1, birthday=2000-11-05, cardNo=, IdNo=410581200011054436, cardType=01, phone=17757744436, address=河南省安阳市, nation=01, hisoper=000000, chargtype=, Occupation=, Employetitle=杭州市西湖区, QueryCode=, QueryType=, QueryBusiness=, isModify=, identity=, healthcode=, status=, totalFee=, isYes=1, patientId=, ctime=, utime=, token=user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105)
|
||
2025-08-13 18:33:13,782 INFO [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 302] userCardVO创建
|
||
2025-08-13 18:33:47,391 DEBUG [http-nio-8089-exec-1] c.g.h.u.m.U.insertUserCard [BaseJdbcLogger.java : 159] ==> Preparing: INSERT INTO user_card ( user_id, name, phone, card_no, card_type, status, total_fee, is_yes, patient_id, id_no, ctime, utime) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now(), now())
|
||
2025-08-13 18:33:47,392 DEBUG [http-nio-8089-exec-1] c.g.h.u.m.U.insertUserCard [BaseJdbcLogger.java : 159] ==> Parameters: 67321(Integer), 桑(String), 17757744436(String), 90120726(String), 01(String), 1(String), 0(String), 1(String), 90120726(String), 410581200011054436(String)
|
||
2025-08-13 18:33:47,406 DEBUG [http-nio-8089-exec-1] c.g.h.u.m.U.insertUserCard [BaseJdbcLogger.java : 159] <== Updates: 1
|
||
2025-08-13 18:33:47,407 INFO [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 309] resultInt:1
|
||
2025-08-13 18:33:47,407 DEBUG [http-nio-8089-exec-1] c.g.h.m.m.M.insertMessageCenter [BaseJdbcLogger.java : 159] ==> Preparing: INSERT INTO message_center (user_id, type, title, body,isYes, ctime) VALUES (?, ?, ?, ?,?, now());
|
||
2025-08-13 18:33:47,407 DEBUG [http-nio-8089-exec-1] c.g.h.m.m.M.insertMessageCenter [BaseJdbcLogger.java : 159] ==> Parameters: 67321(Integer), 3(Integer), 添加就诊卡成功(String), 您已成功添加卡号为”90120726”为新的就诊卡。(String), 1(String)
|
||
2025-08-13 18:33:47,415 DEBUG [http-nio-8089-exec-1] c.g.h.m.m.M.insertMessageCenter [BaseJdbcLogger.java : 159] <== Updates: 1
|
||
2025-08-13 18:33:47,416 INFO [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 313] 添加就诊卡成功
|
||
2025-08-13 18:33:47,416 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 95] Response Args : {"code":200,"data":1,"message":"执行成功","refreshToken":"user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105"}
|
||
2025-08-13 18:33:47,418 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 97] Time-Consuming : 40893 ms
|
||
2025-08-13 18:33:47,418 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 81] =========================================== End ===========================================
|
||
|
||
2025-08-13 18:33:47,794 INFO [Thread-13] c.g.h.s.VisiableThreadPoolTaskExecutor [ExecutorConfigurationSupport.java : 208] Shutting down ExecutorService 'asyncServiceExecutor'
|
||
2025-08-13 18:36:51,529 INFO [main] com.guahao.GuahaoApplication [StartupInfoLogger.java : 50] Starting GuahaoApplication on Sangmu with PID 21072 (D:\workspace\jiuju-h5-registration(Rev1.0.3)\target\classes started by Sang in D:\workspace\jiuju-h5-registration(Rev1.0.3))
|
||
2025-08-13 18:36:51,532 DEBUG [main] com.guahao.GuahaoApplication [StartupInfoLogger.java : 53] Running with Spring Boot v2.1.6.RELEASE, Spring v5.1.8.RELEASE
|
||
2025-08-13 18:36:51,532 INFO [main] com.guahao.GuahaoApplication [SpringApplication.java : 646] No active profile set, falling back to default profiles: default
|
||
2025-08-13 18:36:53,131 INFO [main] o.s.b.w.e.tomcat.TomcatWebServer [TomcatWebServer.java : 90] Tomcat initialized with port(s): 8089 (http)
|
||
2025-08-13 18:36:55,190 INFO [main] c.g.h.s.TaskPoolConfig$$EnhancerBySpringCGLIB$$27d38bac [TaskPoolConfig.java : 27] start asyncServiceExecutor
|
||
2025-08-13 18:36:55,191 INFO [main] c.g.h.s.VisiableThreadPoolTaskExecutor [ExecutorConfigurationSupport.java : 171] Initializing ExecutorService
|
||
2025-08-13 18:36:55,191 INFO [main] c.g.h.s.VisiableThreadPoolTaskExecutor [ExecutorConfigurationSupport.java : 171] Initializing ExecutorService 'asyncServiceExecutor'
|
||
2025-08-13 18:36:56,465 INFO [main] o.s.b.w.e.tomcat.TomcatWebServer [TomcatWebServer.java : 202] Tomcat started on port(s): 8089 (http) with context path ''
|
||
2025-08-13 18:36:56,467 INFO [main] com.guahao.GuahaoApplication [StartupInfoLogger.java : 59] Started GuahaoApplication in 5.243 seconds (JVM running for 6.355)
|
||
2025-08-13 18:36:59,807 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 55] ========================================== Start ==========================================
|
||
2025-08-13 18:36:59,807 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 57] URL : http://localhost:8089/userCard/CreatUserCard
|
||
2025-08-13 18:36:59,808 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 59] Description : CreatUserCard
|
||
2025-08-13 18:36:59,808 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 61] HTTP Method : POST
|
||
2025-08-13 18:36:59,808 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 63] Class Method : com.guahao.h5.user.controller.UserCardController.CreattUserCard
|
||
2025-08-13 18:36:59,808 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 65] IP : 127.0.0.1
|
||
2025-08-13 18:36:59,832 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 70] Request Args : [{"birthday":"2000-11-05","occupation":"","nation":"01","patientId":"","cardNo":"","idNo":"410581200011054436","queryCode":"","chargtype":"","identity":"","ctime":"","hisoper":"000000","isYes":"1","address":"河南省安阳市","queryBusiness":"","utime":"","sex":"1","cardType":"01","healthcode":"","userId":67321,"queryType":"","token":"user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105","phone":"17757744436","totalFee":"","name":"桑","employetitle":"杭州市西湖区","isModify":"","status":""}]
|
||
2025-08-13 18:36:59,843 INFO [http-nio-8089-exec-1] c.g.h.u.c.UserCardController [UserCardController.java : 64] 进入新增:UserCardVo(id=null, userId=67321, name=桑, sex=1, birthday=2000-11-05, cardNo=, IdNo=410581200011054436, cardType=01, phone=17757744436, address=河南省安阳市, nation=01, hisoper=000000, chargtype=, Occupation=, Employetitle=杭州市西湖区, QueryCode=, QueryType=, QueryBusiness=, isModify=, identity=, healthcode=, status=, totalFee=, isYes=1, patientId=, ctime=, utime=, token=user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105)
|
||
2025-08-13 18:36:59,854 DEBUG [http-nio-8089-exec-1] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] ==> Preparing: SELECT count(1) FROM user_token WHERE user_id = ? AND token = ? AND ctime >= date_sub(curdate(), INTERVAL 7 DAY );
|
||
2025-08-13 18:36:59,862 DEBUG [http-nio-8089-exec-1] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] ==> Parameters: 67321(Integer), user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105(String)
|
||
2025-08-13 18:36:59,871 DEBUG [http-nio-8089-exec-1] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] <== Total: 1
|
||
2025-08-13 18:36:59,883 DEBUG [http-nio-8089-exec-1] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] ==> Preparing: SELECT count(*) FROM user_card WHERE id_no = ? and user_id = ? or card_no = ?
|
||
2025-08-13 18:36:59,883 DEBUG [http-nio-8089-exec-1] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] ==> Parameters: 410581200011054436(String), 67321(Integer), (String)
|
||
2025-08-13 18:36:59,886 DEBUG [http-nio-8089-exec-1] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] <== Total: 1
|
||
2025-08-13 18:36:59,886 DEBUG [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 245] start to insert card
|
||
2025-08-13 18:37:00,018 DEBUG [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 270] strXml: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/"><soapenv:Header/><soapenv:Body><tem:MOP_OutpPatInfoCreate><tem:InMsg><![CDATA[<request><PatientName>桑</PatientName><PatientSex>1</PatientSex><Birthday>2000-11-05</Birthday><IDType>01</IDType><IDCardNum>410581200011054436</IDCardNum><Address>河南省安阳市</Address><Nation>01</Nation><PhoneNum>17757744436</PhoneNum><HisOper>000000</HisOper><ChargeType>自费</ChargeType><Occupation></Occupation><Employetitle>杭州市西湖区</Employetitle></request>]]></tem:InMsg></tem:MOP_OutpPatInfoCreate></soapenv:Body></soapenv:Envelope>
|
||
2025-08-13 18:37:00,019 DEBUG [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 271] responseStr<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><MOP_OutpPatInfoCreateResponse xmlns="http://tempuri.org/"><request><request xsi:type="OutPut_OutpPatInfoCreate"><returnresult><returncode>1</returncode><errormsg>查询成功!</errormsg></returnresult><data><PatientID>90120726</PatientID></data></request></request></MOP_OutpPatInfoCreateResponse></soap:Body></soap:Envelope>
|
||
2025-08-13 18:37:00,024 DEBUG [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 282] strXml1: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/"><soapenv:Header/><soapenv:Body><tem:MOP_OutpPatInfoQuery><tem:InMsg><![CDATA[<request><QueryCode>90120726</QueryCode><QueryType>0</QueryType><QueryBusiness>0</QueryBusiness></request>]]></tem:InMsg></tem:MOP_OutpPatInfoQuery></soapenv:Body></soapenv:Envelope>
|
||
2025-08-13 18:37:00,025 DEBUG [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 283] responseStr1<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><MOP_OutpPatInfoQueryResponse xmlns="http://tempuri.org/"><request><request xsi:type="OutPut_OutpPatInfoQuery"><returnresult><returncode>1</returncode><errormsg>查询成功!</errormsg></returnresult><data><PatientId>90120726</PatientId><PatientName>桑</PatientName><PatientSex>1</PatientSex><Birthday>2000/11/5 0:00:00</Birthday><IDType>01</IDType><IDCardNO>410581200011054436</IDCardNO><PhoneNum>17757744436</PhoneNum><Identity>一般人员</Identity><ChargeType>自费</ChargeType><Balance>0</Balance><CardState>1</CardState></data></request></request></MOP_OutpPatInfoQueryResponse></soap:Body></soap:Envelope>
|
||
2025-08-13 18:37:00,026 INFO [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 289] 进入if,vo:UserCardVo(id=null, userId=67321, name=桑, sex=1, birthday=2000-11-05, cardNo=, IdNo=410581200011054436, cardType=01, phone=17757744436, address=河南省安阳市, nation=01, hisoper=000000, chargtype=, Occupation=, Employetitle=杭州市西湖区, QueryCode=, QueryType=, QueryBusiness=, isModify=, identity=, healthcode=, status=, totalFee=, isYes=1, patientId=, ctime=, utime=, token=user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105)
|
||
2025-08-13 18:37:04,363 INFO [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 297] map:{returncode=1, Birthday=2000/11/5 0:00:00, PatientName=桑, CardState=1, IDType=01, errormsg=查询成功!, IDCardNO=410581200011054436, PatientSex=1, PhoneNum=17757744436, ChargeType=自费, PatientId=90120726, Identity=一般人员, Balance=0}
|
||
2025-08-13 18:37:18,743 INFO [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 300] vo1:UserCardVo(id=null, userId=67321, name=桑, sex=1, birthday=2000-11-05, cardNo=, IdNo=410581200011054436, cardType=01, phone=17757744436, address=河南省安阳市, nation=01, hisoper=000000, chargtype=, Occupation=, Employetitle=杭州市西湖区, QueryCode=, QueryType=, QueryBusiness=, isModify=, identity=, healthcode=, status=, totalFee=, isYes=1, patientId=, ctime=, utime=, token=user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105)
|
||
2025-08-13 18:38:17,997 INFO [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 303] vo2:UserCardVo(id=null, userId=67321, name=桑, sex=1, birthday=2000-11-05, cardNo=, IdNo=410581200011054436, cardType=01, phone=17757744436, address=河南省安阳市, nation=01, hisoper=000000, chargtype=, Occupation=, Employetitle=杭州市西湖区, QueryCode=, QueryType=, QueryBusiness=, isModify=, identity=, healthcode=, status=, totalFee=, isYes=1, patientId=, ctime=, utime=, token=user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105)
|
||
2025-08-13 18:38:17,998 INFO [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 304] userCardVO创建
|
||
2025-08-13 18:38:18,004 DEBUG [http-nio-8089-exec-1] c.g.h.u.m.U.insertUserCard [BaseJdbcLogger.java : 159] ==> Preparing: INSERT INTO user_card ( user_id, name, phone, card_no, card_type, status, total_fee, is_yes, patient_id, id_no, ctime, utime) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now(), now())
|
||
2025-08-13 18:38:18,005 DEBUG [http-nio-8089-exec-1] c.g.h.u.m.U.insertUserCard [BaseJdbcLogger.java : 159] ==> Parameters: 67321(Integer), 桑(String), 17757744436(String), 90120726(String), 01(String), 1(String), 0(String), 1(String), 90120726(String), 410581200011054436(String)
|
||
2025-08-13 18:38:18,012 DEBUG [http-nio-8089-exec-1] c.g.h.u.m.U.insertUserCard [BaseJdbcLogger.java : 159] <== Updates: 1
|
||
2025-08-13 18:38:18,012 INFO [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 311] resultInt:1
|
||
2025-08-13 18:38:18,013 DEBUG [http-nio-8089-exec-1] c.g.h.m.m.M.insertMessageCenter [BaseJdbcLogger.java : 159] ==> Preparing: INSERT INTO message_center (user_id, type, title, body,isYes, ctime) VALUES (?, ?, ?, ?,?, now());
|
||
2025-08-13 18:38:18,013 DEBUG [http-nio-8089-exec-1] c.g.h.m.m.M.insertMessageCenter [BaseJdbcLogger.java : 159] ==> Parameters: 67321(Integer), 3(Integer), 添加就诊卡成功(String), 您已成功添加卡号为”90120726”为新的就诊卡。(String), 1(String)
|
||
2025-08-13 18:38:18,019 DEBUG [http-nio-8089-exec-1] c.g.h.m.m.M.insertMessageCenter [BaseJdbcLogger.java : 159] <== Updates: 1
|
||
2025-08-13 18:38:18,019 INFO [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 315] 添加就诊卡成功
|
||
2025-08-13 18:38:18,020 DEBUG [http-nio-8089-exec-1] c.g.h5.user.service.UserCardService [UserCardService.java : 247] 出来了
|
||
2025-08-13 18:38:18,021 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 95] Response Args : {"code":200,"data":1,"message":"执行成功","refreshToken":"user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105"}
|
||
2025-08-13 18:38:18,021 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 97] Time-Consuming : 78215 ms
|
||
2025-08-13 18:38:18,021 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 81] =========================================== End ===========================================
|
||
|
||
2025-08-13 18:38:18,549 INFO [Thread-13] c.g.h.s.VisiableThreadPoolTaskExecutor [ExecutorConfigurationSupport.java : 208] Shutting down ExecutorService 'asyncServiceExecutor'
|
||
2025-08-13 18:38:30,546 INFO [main] com.guahao.GuahaoApplication [StartupInfoLogger.java : 50] Starting GuahaoApplication on Sangmu with PID 39428 (D:\workspace\jiuju-h5-registration(Rev1.0.3)\target\classes started by Sang in D:\workspace\jiuju-h5-registration(Rev1.0.3))
|
||
2025-08-13 18:38:30,548 DEBUG [main] com.guahao.GuahaoApplication [StartupInfoLogger.java : 53] Running with Spring Boot v2.1.6.RELEASE, Spring v5.1.8.RELEASE
|
||
2025-08-13 18:38:30,548 INFO [main] com.guahao.GuahaoApplication [SpringApplication.java : 646] No active profile set, falling back to default profiles: default
|
||
2025-08-13 18:38:32,256 INFO [main] o.s.b.w.e.tomcat.TomcatWebServer [TomcatWebServer.java : 90] Tomcat initialized with port(s): 8089 (http)
|
||
2025-08-13 18:38:34,370 INFO [main] c.g.h.s.TaskPoolConfig$$EnhancerBySpringCGLIB$$f6fc6bee [TaskPoolConfig.java : 27] start asyncServiceExecutor
|
||
2025-08-13 18:38:34,370 INFO [main] c.g.h.s.VisiableThreadPoolTaskExecutor [ExecutorConfigurationSupport.java : 171] Initializing ExecutorService
|
||
2025-08-13 18:38:34,371 INFO [main] c.g.h.s.VisiableThreadPoolTaskExecutor [ExecutorConfigurationSupport.java : 171] Initializing ExecutorService 'asyncServiceExecutor'
|
||
2025-08-13 18:38:35,672 INFO [main] o.s.b.w.e.tomcat.TomcatWebServer [TomcatWebServer.java : 202] Tomcat started on port(s): 8089 (http) with context path ''
|
||
2025-08-13 18:38:35,674 INFO [main] com.guahao.GuahaoApplication [StartupInfoLogger.java : 59] Started GuahaoApplication in 5.445 seconds (JVM running for 6.658)
|
||
2025-08-13 18:38:39,153 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 55] ========================================== Start ==========================================
|
||
2025-08-13 18:38:39,153 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 57] URL : http://localhost:8089/userCard/CreatUserCard
|
||
2025-08-13 18:38:39,154 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 59] Description : CreatUserCard
|
||
2025-08-13 18:38:39,154 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 61] HTTP Method : POST
|
||
2025-08-13 18:38:39,154 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 63] Class Method : com.guahao.h5.user.controller.UserCardController.CreattUserCard
|
||
2025-08-13 18:38:39,154 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 65] IP : 127.0.0.1
|
||
2025-08-13 18:38:39,183 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 70] Request Args : [{"birthday":"2000-11-05","occupation":"","nation":"01","patientId":"","cardNo":"","idNo":"410581200011054436","queryCode":"","chargtype":"","identity":"","ctime":"","hisoper":"000000","isYes":"1","address":"河南省安阳市","queryBusiness":"","utime":"","sex":"1","cardType":"01","healthcode":"","userId":67321,"queryType":"","token":"user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105","phone":"17757744436","totalFee":"","name":"桑","employetitle":"杭州市西湖区","isModify":"","status":""}]
|
||
2025-08-13 18:38:39,195 INFO [http-nio-8089-exec-1] c.g.h.u.c.UserCardController [UserCardController.java : 64] 进入新增:UserCardVo(id=null, userId=67321, name=桑, sex=1, birthday=2000-11-05, cardNo=, IdNo=410581200011054436, cardType=01, phone=17757744436, address=河南省安阳市, nation=01, hisoper=000000, chargtype=, Occupation=, Employetitle=杭州市西湖区, QueryCode=, QueryType=, QueryBusiness=, isModify=, identity=, healthcode=, status=, totalFee=, isYes=1, patientId=, ctime=, utime=, token=user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105)
|
||
2025-08-13 18:38:39,208 DEBUG [http-nio-8089-exec-1] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] ==> Preparing: SELECT count(1) FROM user_token WHERE user_id = ? AND token = ? AND ctime >= date_sub(curdate(), INTERVAL 7 DAY );
|
||
2025-08-13 18:38:39,218 DEBUG [http-nio-8089-exec-1] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] ==> Parameters: 67321(Integer), user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105(String)
|
||
2025-08-13 18:38:39,227 DEBUG [http-nio-8089-exec-1] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] <== Total: 1
|
||
2025-08-13 18:38:39,240 DEBUG [http-nio-8089-exec-1] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] ==> Preparing: SELECT count(*) FROM user_card WHERE id_no = ? and user_id = ? or card_no = ?
|
||
2025-08-13 18:38:39,240 DEBUG [http-nio-8089-exec-1] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] ==> Parameters: 410581200011054436(String), 67321(Integer), (String)
|
||
2025-08-13 18:38:39,242 DEBUG [http-nio-8089-exec-1] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] <== Total: 1
|
||
2025-08-13 18:38:39,245 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 95] Response Args : {"code":120001,"message":"此卡已添加,请勿重复操作!!!"}
|
||
2025-08-13 18:38:39,245 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 97] Time-Consuming : 93 ms
|
||
2025-08-13 18:38:39,245 INFO [http-nio-8089-exec-1] com.guahao.WebLogAspect [WebLogAspect.java : 81] =========================================== End ===========================================
|
||
|
||
2025-08-13 18:38:52,905 INFO [http-nio-8089-exec-4] com.guahao.WebLogAspect [WebLogAspect.java : 55] ========================================== Start ==========================================
|
||
2025-08-13 18:38:52,906 INFO [http-nio-8089-exec-4] com.guahao.WebLogAspect [WebLogAspect.java : 57] URL : http://localhost:8089/userCard/CreatUserCard
|
||
2025-08-13 18:38:52,906 INFO [http-nio-8089-exec-4] com.guahao.WebLogAspect [WebLogAspect.java : 59] Description : CreatUserCard
|
||
2025-08-13 18:38:52,906 INFO [http-nio-8089-exec-4] com.guahao.WebLogAspect [WebLogAspect.java : 61] HTTP Method : POST
|
||
2025-08-13 18:38:52,906 INFO [http-nio-8089-exec-4] com.guahao.WebLogAspect [WebLogAspect.java : 63] Class Method : com.guahao.h5.user.controller.UserCardController.CreattUserCard
|
||
2025-08-13 18:38:52,906 INFO [http-nio-8089-exec-4] com.guahao.WebLogAspect [WebLogAspect.java : 65] IP : 127.0.0.1
|
||
2025-08-13 18:38:52,906 INFO [http-nio-8089-exec-4] com.guahao.WebLogAspect [WebLogAspect.java : 70] Request Args : [{"birthday":"2000-11-05","occupation":"","nation":"01","patientId":"","cardNo":"","idNo":"410581200011054436","queryCode":"","chargtype":"","identity":"","ctime":"","hisoper":"000000","isYes":"1","address":"河南省安阳市","queryBusiness":"","utime":"","sex":"1","cardType":"01","healthcode":"","userId":67321,"queryType":"","token":"user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105","phone":"17757744436","totalFee":"","name":"桑","employetitle":"杭州市西湖区","isModify":"","status":""}]
|
||
2025-08-13 18:38:52,906 INFO [http-nio-8089-exec-4] c.g.h.u.c.UserCardController [UserCardController.java : 64] 进入新增:UserCardVo(id=null, userId=67321, name=桑, sex=1, birthday=2000-11-05, cardNo=, IdNo=410581200011054436, cardType=01, phone=17757744436, address=河南省安阳市, nation=01, hisoper=000000, chargtype=, Occupation=, Employetitle=杭州市西湖区, QueryCode=, QueryType=, QueryBusiness=, isModify=, identity=, healthcode=, status=, totalFee=, isYes=1, patientId=, ctime=, utime=, token=user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105)
|
||
2025-08-13 18:38:52,908 DEBUG [http-nio-8089-exec-4] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] ==> Preparing: SELECT count(1) FROM user_token WHERE user_id = ? AND token = ? AND ctime >= date_sub(curdate(), INTERVAL 7 DAY );
|
||
2025-08-13 18:38:52,908 DEBUG [http-nio-8089-exec-4] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] ==> Parameters: 67321(Integer), user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105(String)
|
||
2025-08-13 18:38:52,910 DEBUG [http-nio-8089-exec-4] c.g.h.t.m.TokenMapper.getUserToken [BaseJdbcLogger.java : 159] <== Total: 1
|
||
2025-08-13 18:38:52,911 DEBUG [http-nio-8089-exec-4] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] ==> Preparing: SELECT count(*) FROM user_card WHERE id_no = ? and user_id = ? or card_no = ?
|
||
2025-08-13 18:38:52,912 DEBUG [http-nio-8089-exec-4] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] ==> Parameters: 410581200011054436(String), 67321(Integer), (String)
|
||
2025-08-13 18:38:52,914 DEBUG [http-nio-8089-exec-4] c.g.h.u.m.U.selectCardCount [BaseJdbcLogger.java : 159] <== Total: 1
|
||
2025-08-13 18:38:52,914 DEBUG [http-nio-8089-exec-4] c.g.h5.user.service.UserCardService [UserCardService.java : 245] start to insert card
|
||
2025-08-13 18:38:53,021 DEBUG [http-nio-8089-exec-4] c.g.h5.user.service.UserCardService [UserCardService.java : 270] strXml: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/"><soapenv:Header/><soapenv:Body><tem:MOP_OutpPatInfoCreate><tem:InMsg><![CDATA[<request><PatientName>桑</PatientName><PatientSex>1</PatientSex><Birthday>2000-11-05</Birthday><IDType>01</IDType><IDCardNum>410581200011054436</IDCardNum><Address>河南省安阳市</Address><Nation>01</Nation><PhoneNum>17757744436</PhoneNum><HisOper>000000</HisOper><ChargeType>自费</ChargeType><Occupation></Occupation><Employetitle>杭州市西湖区</Employetitle></request>]]></tem:InMsg></tem:MOP_OutpPatInfoCreate></soapenv:Body></soapenv:Envelope>
|
||
2025-08-13 18:38:53,021 DEBUG [http-nio-8089-exec-4] c.g.h5.user.service.UserCardService [UserCardService.java : 271] responseStr<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><MOP_OutpPatInfoCreateResponse xmlns="http://tempuri.org/"><request><request xsi:type="OutPut_OutpPatInfoCreate"><returnresult><returncode>1</returncode><errormsg>查询成功!</errormsg></returnresult><data><PatientID>90120726</PatientID></data></request></request></MOP_OutpPatInfoCreateResponse></soap:Body></soap:Envelope>
|
||
2025-08-13 18:38:53,027 DEBUG [http-nio-8089-exec-4] c.g.h5.user.service.UserCardService [UserCardService.java : 282] strXml1: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tem="http://tempuri.org/"><soapenv:Header/><soapenv:Body><tem:MOP_OutpPatInfoQuery><tem:InMsg><![CDATA[<request><QueryCode>90120726</QueryCode><QueryType>0</QueryType><QueryBusiness>0</QueryBusiness></request>]]></tem:InMsg></tem:MOP_OutpPatInfoQuery></soapenv:Body></soapenv:Envelope>
|
||
2025-08-13 18:38:53,027 DEBUG [http-nio-8089-exec-4] c.g.h5.user.service.UserCardService [UserCardService.java : 283] responseStr1<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><MOP_OutpPatInfoQueryResponse xmlns="http://tempuri.org/"><request><request xsi:type="OutPut_OutpPatInfoQuery"><returnresult><returncode>1</returncode><errormsg>查询成功!</errormsg></returnresult><data><PatientId>90120726</PatientId><PatientName>桑</PatientName><PatientSex>1</PatientSex><Birthday>2000/11/5 0:00:00</Birthday><IDType>01</IDType><IDCardNO>410581200011054436</IDCardNO><PhoneNum>17757744436</PhoneNum><Identity>一般人员</Identity><ChargeType>自费</ChargeType><Balance>0</Balance><CardState>1</CardState></data></request></request></MOP_OutpPatInfoQueryResponse></soap:Body></soap:Envelope>
|
||
2025-08-13 18:38:53,029 INFO [http-nio-8089-exec-4] c.g.h5.user.service.UserCardService [UserCardService.java : 289] 进入if,vo:UserCardVo(id=null, userId=67321, name=桑, sex=1, birthday=2000-11-05, cardNo=, IdNo=410581200011054436, cardType=01, phone=17757744436, address=河南省安阳市, nation=01, hisoper=000000, chargtype=, Occupation=, Employetitle=杭州市西湖区, QueryCode=, QueryType=, QueryBusiness=, isModify=, identity=, healthcode=, status=, totalFee=, isYes=1, patientId=, ctime=, utime=, token=user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105)
|
||
2025-08-13 18:38:55,882 INFO [http-nio-8089-exec-4] c.g.h5.user.service.UserCardService [UserCardService.java : 297] map:{returncode=1, Birthday=2000/11/5 0:00:00, PatientName=桑, CardState=1, IDType=01, errormsg=查询成功!, IDCardNO=410581200011054436, PatientSex=1, PhoneNum=17757744436, ChargeType=自费, PatientId=90120726, Identity=一般人员, Balance=0}
|
||
2025-08-13 18:38:59,290 INFO [http-nio-8089-exec-4] c.g.h5.user.service.UserCardService [UserCardService.java : 300] userCardVo1:UserCardVo(id=null, userId=67321, name=桑, sex=null, birthday=null, cardNo=90120726, IdNo=410581200011054436, cardType=01, phone=17757744436, address=null, nation=null, hisoper=null, chargtype=null, Occupation=null, Employetitle=null, QueryCode=null, QueryType=null, QueryBusiness=null, isModify=null, identity=null, healthcode=null, status=1, totalFee=0, isYes=null, patientId=90120726, ctime=null, utime=null, token=null)
|
||
2025-08-13 18:39:01,368 INFO [http-nio-8089-exec-4] c.g.h5.user.service.UserCardService [UserCardService.java : 303] userCardVo2:UserCardVo(id=null, userId=67321, name=桑, sex=null, birthday=null, cardNo=90120726, IdNo=410581200011054436, cardType=01, phone=17757744436, address=null, nation=null, hisoper=null, chargtype=null, Occupation=null, Employetitle=null, QueryCode=null, QueryType=null, QueryBusiness=null, isModify=null, identity=null, healthcode=null, status=1, totalFee=0, isYes=1, patientId=90120726, ctime=null, utime=null, token=null)
|
||
2025-08-13 18:39:09,043 INFO [http-nio-8089-exec-4] c.g.h5.user.service.UserCardService [UserCardService.java : 304] userCardVO创建
|
||
2025-08-13 18:39:10,924 DEBUG [http-nio-8089-exec-4] c.g.h.u.m.U.insertUserCard [BaseJdbcLogger.java : 159] ==> Preparing: INSERT INTO user_card ( user_id, name, phone, card_no, card_type, status, total_fee, is_yes, patient_id, id_no, ctime, utime) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, now(), now())
|
||
2025-08-13 18:39:10,935 DEBUG [http-nio-8089-exec-4] c.g.h.u.m.U.insertUserCard [BaseJdbcLogger.java : 159] ==> Parameters: 67321(Integer), 桑(String), 17757744436(String), 90120726(String), 01(String), 1(String), 0(String), 1(String), 90120726(String), 410581200011054436(String)
|
||
2025-08-13 18:39:10,943 DEBUG [http-nio-8089-exec-4] c.g.h.u.m.U.insertUserCard [BaseJdbcLogger.java : 159] <== Updates: 1
|
||
2025-08-13 18:39:13,252 INFO [http-nio-8089-exec-4] c.g.h5.user.service.UserCardService [UserCardService.java : 311] resultInt:1
|
||
2025-08-13 18:39:15,034 DEBUG [http-nio-8089-exec-4] c.g.h.m.m.M.insertMessageCenter [BaseJdbcLogger.java : 159] ==> Preparing: INSERT INTO message_center (user_id, type, title, body,isYes, ctime) VALUES (?, ?, ?, ?,?, now());
|
||
2025-08-13 18:39:15,038 DEBUG [http-nio-8089-exec-4] c.g.h.m.m.M.insertMessageCenter [BaseJdbcLogger.java : 159] ==> Parameters: 67321(Integer), 3(Integer), 添加就诊卡成功(String), 您已成功添加卡号为”90120726”为新的就诊卡。(String), 1(String)
|
||
2025-08-13 18:39:15,043 DEBUG [http-nio-8089-exec-4] c.g.h.m.m.M.insertMessageCenter [BaseJdbcLogger.java : 159] <== Updates: 1
|
||
2025-08-13 18:39:15,375 INFO [http-nio-8089-exec-4] c.g.h5.user.service.UserCardService [UserCardService.java : 315] 添加就诊卡成功
|
||
2025-08-13 18:39:31,328 DEBUG [http-nio-8089-exec-4] c.g.h5.user.service.UserCardService [UserCardService.java : 247] 出来了
|
||
2025-08-13 18:39:45,278 INFO [http-nio-8089-exec-4] com.guahao.WebLogAspect [WebLogAspect.java : 95] Response Args : {"code":200,"data":1,"message":"执行成功","refreshToken":"user202508120218557644859f0a1e27-8690-41d6-8eee-51a29ec9f105"}
|
||
2025-08-13 18:39:45,279 INFO [http-nio-8089-exec-4] com.guahao.WebLogAspect [WebLogAspect.java : 97] Time-Consuming : 52374 ms
|
||
2025-08-13 18:39:45,279 INFO [http-nio-8089-exec-4] com.guahao.WebLogAspect [WebLogAspect.java : 81] =========================================== End ===========================================
|
||
|
||
2025-08-13 19:05:23,905 INFO [Thread-13] c.g.h.s.VisiableThreadPoolTaskExecutor [ExecutorConfigurationSupport.java : 208] Shutting down ExecutorService 'asyncServiceExecutor'
|