id自增长问题修改,bug修改

master
anthonyywj2 3 years ago
parent 75c500d0f9
commit 52ca13d288

@ -54,6 +54,7 @@ public class DownloadDeviceHelper {
TokenRequest tokenRequest = new TokenRequest(); TokenRequest tokenRequest = new TokenRequest();
tokenRequest.setAppId(appId); tokenRequest.setAppId(appId);
tokenRequest.setAppSecret(appSecret); tokenRequest.setAppSecret(appSecret);
tokenRequest.setTyshxydm(companyEntity.getTyshxydm());
String response = HttpClient.post("token/get", tokenRequest); String response = HttpClient.post("token/get", tokenRequest);
TokenEntity tokenEntity = (TokenEntity) JSONObject.parseObject(response, TokenEntity.class); TokenEntity tokenEntity = (TokenEntity) JSONObject.parseObject(response, TokenEntity.class);
return tokenEntity; return tokenEntity;

@ -1,6 +1,7 @@
package com.glxp.udidl.admin.service.dataSync; package com.glxp.udidl.admin.service.dataSync;
import cn.hutool.core.util.StrUtil;
import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject; import com.alibaba.fastjson.JSONObject;
import com.glxp.udidl.admin.entity.info.CompanyEntity; import com.glxp.udidl.admin.entity.info.CompanyEntity;
@ -46,6 +47,7 @@ public class DeviceDownloadService {
CompanyEntity companyEntity; CompanyEntity companyEntity;
String url = "sharing/get"; String url = "sharing/get";
@Autowired @Autowired
@ -69,7 +71,7 @@ public class DeviceDownloadService {
* @return * @return
*/ */
public String getToken() { public String getToken() {
if (token.isEmpty()) { if (StrUtil.isEmpty(token)) {
companyEntity = companyService.findCompany(); companyEntity = companyService.findCompany();
TokenRequest tokenRequest = new TokenRequest(); TokenRequest tokenRequest = new TokenRequest();
tokenRequest.setAppId(companyEntity.getAppId()); tokenRequest.setAppId(companyEntity.getAppId());

@ -4,7 +4,7 @@ spring:
matching-strategy: ant_path_matcher matching-strategy: ant_path_matcher
datasource: datasource:
driver-class-name: com.p6spy.engine.spy.P6SpyDriver driver-class-name: com.p6spy.engine.spy.P6SpyDriver
url: jdbc:p6spy:mysql://192.168.235.137:33306/udidl?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true url: jdbc:p6spy:mysql://127.0.0.1:3306/udidl_test?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
username: root username: root
password: root password: root
servlet: servlet:

@ -3,7 +3,7 @@ spring:
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://127.0.0.1:3306/udidl_test?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false url: jdbc:mysql://127.0.0.1:3306/udidl_test?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
username: root username: root
password: mysql@2020 password: 123456
servlet: servlet:
multipart: multipart:
max-file-size: 100MB max-file-size: 100MB

@ -104,10 +104,10 @@
</if> </if>
</delete> </delete>
<insert id="insert" parameterType="com.glxp.udidl.admin.entity.udid.Contactlist"> <insert id="insert" parameterType="com.glxp.udidl.admin.entity.udid.Contactlist">
insert into contactlist (id, deviceRecordKey, qylxrcz, insert into contactlist ( deviceRecordKey, qylxrcz,
qylxrdh, qylxryx, uuid qylxrdh, qylxryx, uuid
) )
values (#{id,jdbcType=INTEGER}, #{devicerecordkey,jdbcType=VARCHAR}, #{qylxrcz,jdbcType=VARCHAR}, values ( #{devicerecordkey,jdbcType=VARCHAR}, #{qylxrcz,jdbcType=VARCHAR},
#{qylxrdh,jdbcType=VARCHAR}, #{qylxryx,jdbcType=VARCHAR}, #{uuid,jdbcType=VARCHAR} #{qylxrdh,jdbcType=VARCHAR}, #{qylxryx,jdbcType=VARCHAR}, #{uuid,jdbcType=VARCHAR}
) )
</insert> </insert>

@ -101,9 +101,9 @@
</if> </if>
</delete> </delete>
<insert id="insert" parameterType="com.glxp.udidl.admin.entity.udid.Deviceclinical"> <insert id="insert" parameterType="com.glxp.udidl.admin.entity.udid.Deviceclinical">
insert into deviceclinical (id, deviceRecordKey, lcsycclx, insert into deviceclinical ( deviceRecordKey, lcsycclx,
ccz, ccdw, uuid) ccz, ccdw, uuid)
values (#{id,jdbcType=INTEGER}, #{devicerecordkey,jdbcType=VARCHAR}, #{lcsycclx,jdbcType=VARCHAR}, values ( #{devicerecordkey,jdbcType=VARCHAR}, #{lcsycclx,jdbcType=VARCHAR},
#{ccz,jdbcType=VARCHAR}, #{ccdw,jdbcType=VARCHAR}, #{uuid,jdbcType=VARCHAR}) #{ccz,jdbcType=VARCHAR}, #{ccdw,jdbcType=VARCHAR}, #{uuid,jdbcType=VARCHAR})
</insert> </insert>
<insert id="insertSelective" parameterType="com.glxp.udidl.admin.entity.udid.Deviceclinical"> <insert id="insertSelective" parameterType="com.glxp.udidl.admin.entity.udid.Deviceclinical">

@ -107,11 +107,11 @@
</if> </if>
</delete> </delete>
<insert id="insert" parameterType="com.glxp.udidl.admin.entity.udid.Devicedownload"> <insert id="insert" parameterType="com.glxp.udidl.admin.entity.udid.Devicedownload">
insert into devicedownload (id, updateday, updatemonth, insert into devicedownload (updateday, updatemonth,
dayindex, monthindex, daytotal, dayindex, monthindex, daytotal,
monthtotal, alltotal, allindex, monthtotal, alltotal, allindex,
isdownload, startTime) isdownload, startTime)
values (#{id,jdbcType=VARCHAR}, #{updateday,jdbcType=VARCHAR}, #{updatemonth,jdbcType=VARCHAR}, values ( #{updateday,jdbcType=VARCHAR}, #{updatemonth,jdbcType=VARCHAR},
#{dayindex,jdbcType=INTEGER}, #{monthindex,jdbcType=INTEGER}, #{daytotal,jdbcType=INTEGER}, #{dayindex,jdbcType=INTEGER}, #{monthindex,jdbcType=INTEGER}, #{daytotal,jdbcType=INTEGER},
#{monthtotal,jdbcType=INTEGER}, #{alltotal,jdbcType=INTEGER}, #{allindex,jdbcType=INTEGER}, #{monthtotal,jdbcType=INTEGER}, #{alltotal,jdbcType=INTEGER}, #{allindex,jdbcType=INTEGER},
#{isdownload,jdbcType=INTEGER}, #{starttime,jdbcType=VARCHAR}) #{isdownload,jdbcType=INTEGER}, #{starttime,jdbcType=VARCHAR})

@ -102,10 +102,10 @@
</if> </if>
</delete> </delete>
<insert id="insert" parameterType="com.glxp.udidl.admin.entity.udid.Devicepackage"> <insert id="insert" parameterType="com.glxp.udidl.admin.entity.udid.Devicepackage">
insert into devicepackage (id, bzcpbs, bznhxyjbzcpbs, insert into devicepackage (bzcpbs, bznhxyjbzcpbs,
cpbzjb, bznhxyjcpbssl, deviceRecordKey, cpbzjb, bznhxyjcpbssl, deviceRecordKey,
uuid) uuid)
values (#{id,jdbcType=INTEGER}, #{bzcpbs,jdbcType=VARCHAR}, #{bznhxyjbzcpbs,jdbcType=VARCHAR}, values ( #{bzcpbs,jdbcType=VARCHAR}, #{bznhxyjbzcpbs,jdbcType=VARCHAR},
#{cpbzjb,jdbcType=VARCHAR}, #{bznhxyjcpbssl,jdbcType=INTEGER}, #{devicerecordkey,jdbcType=VARCHAR}, #{cpbzjb,jdbcType=VARCHAR}, #{bznhxyjcpbssl,jdbcType=INTEGER}, #{devicerecordkey,jdbcType=VARCHAR},
#{uuid,jdbcType=VARCHAR}) #{uuid,jdbcType=VARCHAR})
</insert> </insert>

@ -102,10 +102,10 @@
</if> </if>
</delete> </delete>
<insert id="insert" parameterType="com.glxp.udidl.admin.entity.udid.Devicestorage"> <insert id="insert" parameterType="com.glxp.udidl.admin.entity.udid.Devicestorage">
insert into devicestorage (id, deviceRecordKey, cchcztj, insert into devicestorage ( deviceRecordKey, cchcztj,
jldw, zdz, zgz, uuid jldw, zdz, zgz, uuid
) )
values (#{id,jdbcType=INTEGER}, #{devicerecordkey,jdbcType=VARCHAR}, #{cchcztj,jdbcType=VARCHAR}, values ( #{devicerecordkey,jdbcType=VARCHAR}, #{cchcztj,jdbcType=VARCHAR},
#{jldw,jdbcType=VARCHAR}, #{zdz,jdbcType=VARCHAR}, #{zgz,jdbcType=VARCHAR}, #{uuid,jdbcType=VARCHAR} #{jldw,jdbcType=VARCHAR}, #{zdz,jdbcType=VARCHAR}, #{zgz,jdbcType=VARCHAR}, #{uuid,jdbcType=VARCHAR}
) )
</insert> </insert>

@ -15,9 +15,9 @@
where id = #{id,jdbcType=INTEGER} where id = #{id,jdbcType=INTEGER}
</delete> </delete>
<insert id="insert" parameterType="com.glxp.udidl.admin.entity.udplat.UdplatGoodsMatch"> <insert id="insert" parameterType="com.glxp.udidl.admin.entity.udplat.UdplatGoodsMatch">
insert into udplat_goods_match (id, deviceRecordKey, deliveryGoodsId, insert into udplat_goods_match ( deviceRecordKey, deliveryGoodsId,
medicalCode, createTime) medicalCode, createTime)
values (#{id,jdbcType=INTEGER}, #{deviceRecordKey,jdbcType=VARCHAR}, #{deliveryGoodsId,jdbcType=VARCHAR}, values ( #{deviceRecordKey,jdbcType=VARCHAR}, #{deliveryGoodsId,jdbcType=VARCHAR},
#{medicalCode,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}) #{medicalCode,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP})
</insert> </insert>
<update id="updateByPrimaryKey" parameterType="com.glxp.udidl.admin.entity.udplat.UdplatGoodsMatch"> <update id="updateByPrimaryKey" parameterType="com.glxp.udidl.admin.entity.udplat.UdplatGoodsMatch">

@ -17,11 +17,11 @@
where id = #{id,jdbcType=INTEGER} where id = #{id,jdbcType=INTEGER}
</delete> </delete>
<insert id="insert" parameterType="com.glxp.udidl.admin.entity.udplat.UdplatLog"> <insert id="insert" parameterType="com.glxp.udidl.admin.entity.udplat.UdplatLog">
insert into udplat_log (id, type, downloadType, insert into udplat_log ( type, downloadType,
tbName, actionDate, totalCount, tbName, actionDate, totalCount,
msg, createTime, content msg, createTime, content
) )
values (#{id,jdbcType=INTEGER}, #{type,jdbcType=VARCHAR}, #{downloadType,jdbcType=VARCHAR}, values ( #{type,jdbcType=VARCHAR}, #{downloadType,jdbcType=VARCHAR},
#{tbName,jdbcType=VARCHAR}, #{actionDate,jdbcType=TIMESTAMP}, #{totalCount,jdbcType=INTEGER}, #{tbName,jdbcType=VARCHAR}, #{actionDate,jdbcType=TIMESTAMP}, #{totalCount,jdbcType=INTEGER},
#{msg,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{content,jdbcType=LONGVARCHAR} #{msg,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{content,jdbcType=LONGVARCHAR}
) )

Loading…
Cancel
Save