48110693 by 夏齐

首次提交

1 parent 040fbf90
......@@ -12,7 +12,7 @@ public class QysTask {
@Autowired
private EciService eciService;
@Scheduled(cron="0 0/1 * * * ?")
@Scheduled(cron="0 0/10 * * * ?")
public void accessCreateContract() {
System.out.println("===========创建合同定时任务进来了=========");
eciService.accessCreateContract();
......
......@@ -510,6 +510,9 @@ public class EciServiceImpl extends ServiceImpl<ElecLicenseInfoMapper, ElecLicen
arrList.remove(qlr[k]);
String gyr = StringUtils.join(arrList.toArray(), ",");
if (StringUtils.isNotBlank(qlqtzk)) {
if(((String)map.get("BDCDYH")).contains("GX") || ((String)map.get("ZL")).contains("柴房") ){
qlqtzk=qlqtzk.substring(qlqtzk.indexOf(";")+1);
}
String[] qlzkInfo = qlqtzk.split(";");
for (int j = 0; j < qlzkInfo.length; j++) {
if (qlzkInfo[j].contains("共有情况")) {
......@@ -565,6 +568,9 @@ public class EciServiceImpl extends ServiceImpl<ElecLicenseInfoMapper, ElecLicen
arrList.remove(qlr[k]);
String gyr=StringUtils.join(arrList.toArray(),",");
if(StringUtils.isNotBlank(qlqtzk)){
if(((String)map.get("BDCDYH")).contains("GX") || ((String)map.get("ZL")).contains("柴房") ){
qlqtzk=qlqtzk.substring(qlqtzk.indexOf(";")+1);
}
String[] qlzkInfo = qlqtzk.split(";");
for (int j = 0; j < qlzkInfo.length; j++) {
if (qlzkInfo[j].contains("共有情况")) {
......
......@@ -55,11 +55,11 @@ mybatis-plus:
call-setters-on-nulls: true
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
app:
hostUrl: http://172.16.56.60:9182
bdcdjzmlc: 2905681381004489569
bdcqzslc: 2905684509636506505
AppToken: lv2M681jcM
AppSecret: mZWAKA2p7vvnTZMNuUKRHaCL3LTgHA
hostUrl: http://172.16.56.41:9182
bdcdjzmlc: 2890537670326468622
bdcqzslc: 2890537800123400234
AppToken: OAduCx5qJD
AppSecret: DifsZNwDnamuRh9jS0gSOTJFvmmKtT
areacode: 610702
......
......@@ -125,6 +125,7 @@
where c.del_flag = '0'
and c.isxydzzz = '1'
and c.iscjdzzz = '0'
and c.ywh like '20%'
and dbsj is not null ) where rn=1
</select>
......