NoCarInterServiceImpl.java 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935
  1. package com.jkcredit.invoice.credit.interserver;
  2. import cn.com.taiji.sdk.model.comm.protocol.tts.vehicle.VehicleQueryResponse;
  3. import com.alibaba.fastjson.JSON;
  4. import com.alibaba.fastjson.JSONObject;
  5. import com.jkcredit.invoice.common.DataResult;
  6. import com.jkcredit.invoice.mapper.binvoce.BillInvoiceMapper;
  7. import com.jkcredit.invoice.mapper.customer.CustomerCarRecMapper;
  8. import com.jkcredit.invoice.mapper.customer.CustomerMapper;
  9. import com.jkcredit.invoice.mapper.waybill.NoCarWaybillMapper;
  10. import com.jkcredit.invoice.model.entity.customer.Customer;
  11. import com.jkcredit.invoice.model.entity.customer.CustomerCarRec;
  12. import com.jkcredit.invoice.model.entity.customer.CustomerRec;
  13. import com.jkcredit.invoice.model.entity.invoice.BillInvoice;
  14. import com.jkcredit.invoice.model.entity.manager.Param;
  15. import com.jkcredit.invoice.model.entity.waybill.NoCarWayBill;
  16. import com.jkcredit.invoice.service.customer.CustomerRecService;
  17. import com.jkcredit.invoice.service.lowerservice.NoCarService;
  18. import com.jkcredit.invoice.service.lowerservice.vo.HCInvoiceQueryVo;
  19. import com.jkcredit.invoice.service.manager.ParamService;
  20. import com.jkcredit.invoice.service.nocar.NoCarBillWayImportService;
  21. import com.jkcredit.invoice.util.DateUtil;
  22. import com.jkcredit.invoice.util.RespR;
  23. import lombok.extern.slf4j.Slf4j;
  24. import net.sf.json.JSONArray;
  25. import org.apache.commons.lang3.StringUtils;
  26. import org.springframework.beans.factory.annotation.Autowired;
  27. import org.springframework.stereotype.Service;
  28. import java.util.ArrayList;
  29. import java.util.List;
  30. import static java.util.stream.Collectors.toList;
  31. @Service("noCarInterService")
  32. @Slf4j
  33. public class NoCarInterServiceImpl implements NoCarInterService {
  34. @Autowired
  35. private NoCarService noCarService;
  36. @Autowired
  37. NoCarBillWayImportService noCarWaybillMapperImprt;
  38. @Autowired
  39. CustomerCarRecMapper customerCarRecMapper;
  40. @Autowired
  41. NoCarWaybillMapper noCarWaybillMapper;
  42. @Autowired
  43. CustomerRecService customerRecMapper;
  44. @Autowired
  45. BillInvoiceMapper billInvoiceMapper;
  46. @Autowired
  47. CustomerMapper customerMapper;
  48. @Autowired
  49. ParamService paramService;
  50. /**
  51. * 无车 车辆备案接口
  52. * @param appKey
  53. * @param api
  54. * @param data
  55. * @return
  56. */
  57. @Override
  58. public DataResult customerCarRec(String appKey, String api, String data,String requestid) {
  59. long costtimestart = System.currentTimeMillis();
  60. DataResult result = new DataResult();
  61. result.setData(3);
  62. result.setCode(200);
  63. result.setRequestid(requestid);
  64. result.setMsg("无法认证");
  65. try {
  66. log.info("[-NoCarInterServiceImpl.customerCarRec-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data+ " ,requestid=" +requestid);
  67. JSONObject jsonObject = JSONObject.parseObject(data);
  68. String companyName = jsonObject.getString("companyName");//企业名称 选输
  69. String plateNumber = jsonObject.getString("plateNumber");//plateNumber 必输
  70. String plateColor = jsonObject.getString("plateColor");//plateColor 必输
  71. if(StringUtils.isEmpty(data)|| null == jsonObject || StringUtils.isEmpty(plateNumber)
  72. || StringUtils.isEmpty(plateColor)
  73. ){
  74. result.setMsg("必传参数有空值");
  75. return result;
  76. }
  77. List<CustomerCarRec> customerCarRecList = new ArrayList<CustomerCarRec>();
  78. CustomerCarRec customerCarRec = new CustomerCarRec();
  79. customerCarRec.setCustomerName(appKey);
  80. Customer cust = customerMapper.selectByCustomerName(appKey);
  81. CustomerRec customerRec = new CustomerRec();
  82. customerRec.setCustomerName(appKey);
  83. customerRec.setCompanyName(cust.getCompany());
  84. CustomerRec customerRec1 = customerRecMapper.selectByCustomerNameAndCompanyConcat(customerRec);
  85. if(null == customerRec1){
  86. result.setMsg("该客户: "+appKey+" 未备案企业");
  87. return result;
  88. }
  89. customerCarRec.setCompanyName(customerRec1.getCompanyName());
  90. customerCarRec.setCustomerName(customerRec1.getCustomerName());
  91. customerCarRec.setBusinessType("2");//无车
  92. customerCarRec.setCarColor(plateColor);
  93. customerCarRec.setCarNum(plateNumber);
  94. customerCarRec.setInterType(0);
  95. if("0".equals(customerCarRec.getCarColor())){
  96. customerCarRec.setServiceOperation(1);//默认运营车辆
  97. }
  98. customerCarRecList.add(customerCarRec);
  99. RespR rs = noCarService.customerCarRec(customerCarRecList);
  100. long costtimeend = System.currentTimeMillis();
  101. log.info("[-NoCarInterServiceImpl.customerCarRec-] result is "
  102. + rs.toString() + ", request is " + data + " ,costtime="
  103. + (costtimeend - costtimestart));
  104. if(null != rs && rs.getCode() == 0){
  105. result.setData(1);
  106. result.setCode(200);
  107. result.setMsg(rs.getData().toString());
  108. return result;
  109. } else {
  110. result.setData(3);
  111. result.setCode(200);
  112. result.setMsg(rs.getMsg());
  113. return result;
  114. }
  115. } catch (Exception e) {
  116. log.error("[-NoCarInterServiceImpl.customerCarRec-] get httpclient exception is "
  117. + e + ", request is " + data);
  118. }
  119. return result;
  120. }
  121. /**
  122. * 无车 车辆备案查询接口
  123. * @param appKey
  124. * @param api
  125. * @param data
  126. * @return
  127. */
  128. @Override
  129. public DataResult customeRecUpperQuery(String appKey, String api, String data,String requestid) {
  130. long costtimestart = System.currentTimeMillis();
  131. DataResult result = new DataResult();
  132. result.setData(3);
  133. result.setCode(200);
  134. result.setRequestid(requestid);
  135. result.setMsg("无法认证");
  136. try {
  137. log.info("[-NoCarInterServiceImpl.customeRecUpperQuery-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data+ " ,requestid=" +requestid);
  138. JSONObject jsonObject = JSONObject.parseObject(data);
  139. String waybillSource = jsonObject.getString("waybillSource");//备案来源 选输
  140. String plateNumber = jsonObject.getString("plateNumber");//plateNumber 必输
  141. String plateColor = jsonObject.getString("plateColor");//plateColor 必输
  142. if(StringUtils.isEmpty(data)|| null == jsonObject || StringUtils.isEmpty(plateNumber)
  143. || StringUtils.isEmpty(plateColor)
  144. ){
  145. result.setMsg("必传参数有空值");
  146. return result;
  147. }
  148. CustomerCarRec customerCarRec = new CustomerCarRec();
  149. Param param = paramService.getParamsByParamName("REQUEST_COMPANY_NUM");
  150. customerCarRec.setCompanyNum(param.getParamValue());//无车,车辆备案,运单上传,运单查询都是统一用交科的企业编号;自有车用客户的企业编号
  151. customerCarRec.setCarColor(plateColor);
  152. customerCarRec.setCarNum(plateNumber);
  153. customerCarRec.setCustomerName(appKey);
  154. customerCarRec.setBusinessType("2");//无车
  155. customerCarRec.setInterType(8);//此处代表仅查询上游接口,无任何处理逻辑
  156. RespR rs = noCarService.customerCarRecQueryUpper(customerCarRec);
  157. long costtimeend = System.currentTimeMillis();
  158. log.info("[-NoCarInterServiceImpl.customeRecUpperQuery-] result is "
  159. + rs.toString() + ", request is " + data + " ,costtime="
  160. + (costtimeend - costtimestart));
  161. if(null != rs && rs.getCode() == 0){
  162. result.setData(1);
  163. result.setCode(200);
  164. result.setMsg(rs.getData().toString());
  165. JSONObject jb = JSONObject.parseObject(rs.getData().toString());
  166. result.setData(1);
  167. result.setMsg("车辆已备案");
  168. if(null == jb.getJSONArray("result") || jb.getJSONArray("result").size() == 0){
  169. result.setData(2);
  170. result.setMsg("车辆未备案");
  171. }
  172. return result;
  173. } else {
  174. result.setData(3);
  175. result.setCode(200);
  176. result.setMsg("查询失败");
  177. return result;
  178. }
  179. } catch (Exception e) {
  180. log.error("[-NoCarInterServiceImpl.customeRecUpperQuery-] get httpclient exception is "
  181. + e + ", request is " + data);
  182. }
  183. return result;
  184. }
  185. /**
  186. * 无车 实时运单开始指令接口
  187. * @param appKey
  188. * @param api
  189. * @param data
  190. * @return
  191. */
  192. @Override
  193. public DataResult noCarBillStart(String appKey, String api, String data,String requestid) {
  194. long costtimestart = System.currentTimeMillis();
  195. DataResult result = new DataResult();
  196. result.setData(3);
  197. result.setCode(200);
  198. result.setRequestid(requestid);
  199. result.setMsg("无法认证");
  200. try {
  201. log.info("[-NoCarInterServiceImpl.noCarBillStart-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data+ " ,requestid=" +requestid);
  202. JSONObject jsonObject = JSONObject.parseObject(data);
  203. String num = jsonObject.getString("num");//运单编号 必选
  204. String plateNumber = jsonObject.getString("plateNumber");//车牌号 必选
  205. String plateColor = jsonObject.getString("plateColor");//车牌颜色 必选
  206. String startTime = jsonObject.getString("startTime");//运单开始时间 必选
  207. String sourceAddr = jsonObject.getString("sourceAddr");//运单开始地址 必选
  208. String destAddr = jsonObject.getString("destAddr");//运单目的地址 必选
  209. String predictEndTime = jsonObject.getString("predictEndTime");//运单预计完成时间 必选
  210. Integer fee = jsonObject.getInteger("fee");//运单费用 必选
  211. Integer titleType = jsonObject.getInteger("titleType");//发票抬头类型 必选
  212. String taxplayerCode = jsonObject.getString("taxplayerCode");//税号 必选
  213. if(StringUtils.isEmpty(data)|| null == jsonObject
  214. || StringUtils.isEmpty(num)
  215. || StringUtils.isEmpty(plateNumber)
  216. || StringUtils.isEmpty(plateColor)
  217. || StringUtils.isEmpty(startTime)
  218. || StringUtils.isEmpty(sourceAddr)
  219. || StringUtils.isEmpty(destAddr)
  220. || StringUtils.isEmpty(predictEndTime)
  221. || null == fee
  222. || null == titleType
  223. || StringUtils.isEmpty(taxplayerCode)
  224. ){
  225. result.setMsg("必传参数有空值");
  226. return result;
  227. }
  228. CustomerRec customerRec = new CustomerRec();
  229. customerRec.setCustomerName(appKey);
  230. customerRec.setCompanyReferencenum(taxplayerCode);
  231. customerRec = customerRecMapper.selectByCustomerNameAndCompanyReference(customerRec);
  232. if(customerRec == null || customerRec.getRecStatus()!=1){
  233. result.setMsg("客户:"+appKey+";税号"+taxplayerCode+"未在平台备案成功,请先做备案");
  234. return result;
  235. }
  236. NoCarWayBill noCarWayBill = new NoCarWayBill();
  237. noCarWayBill.setCustomerName(appKey);
  238. noCarWayBill.setCompanyName(customerRec.getCompanyName());
  239. noCarWayBill.setPlateNum(plateNumber);
  240. noCarWayBill.setBillNum(num);
  241. noCarWayBill.setPlateColor(plateColor);
  242. noCarWayBill.setStartTime(DateUtil.getDistanceHoursFormat(startTime));
  243. noCarWayBill.setSourceAddr(sourceAddr);
  244. noCarWayBill.setDestAddr(destAddr);
  245. noCarWayBill.setPredictEndTime(DateUtil.getDistanceHoursFormat(predictEndTime));
  246. noCarWayBill.setFee(fee.longValue());
  247. noCarWayBill.setTitleType(titleType);
  248. noCarWayBill.setTaxplayerCode(taxplayerCode);
  249. noCarWayBill.setHisFlag(0);
  250. noCarWayBill.setIntfaceStartTime(DateUtil.getCurrentDateStr());
  251. List<CustomerCarRec> customerCarRecs = new ArrayList<>();
  252. CustomerCarRec customerCarRec = new CustomerCarRec();
  253. customerCarRec.setCompanyName(noCarWayBill.getCompanyName());
  254. customerCarRec.setCarNum(noCarWayBill.getPlateNum());
  255. customerCarRec.setCarColor(noCarWayBill.getPlateColor());
  256. customerCarRec.setCustomerName(appKey);
  257. customerCarRec.setInterType(0);//接口
  258. customerCarRec.setCompanyNum(customerRec.getCompanyNum());
  259. customerCarRec.setBusinessType("2");
  260. customerCarRec.setServiceOperation(1);//默认运营车辆
  261. noCarWayBill.setTitleType(2);
  262. noCarWayBill.setInterType(0);//接口
  263. //先查询上游是否已经备案
  264. RespR<VehicleQueryResponse> respRquery = noCarService.customerCarRecQueryUpper(customerCarRec);
  265. if(respRquery.getCode() == 1 || respRquery.getData() == null || respRquery.getData().getResult() == null || respRquery.getData().getResult().size()<=0){
  266. customerCarRecs.add(customerCarRec);
  267. RespR respR = noCarService.customerCarRec(customerCarRecs);
  268. if(respR.getCode() ==1){
  269. noCarWayBill.setFailReason(respR.getMsg());
  270. noCarWayBill.setBillwayStatus(-2);
  271. insertOrUpdateBillStart(noCarWayBill);
  272. result.setMsg("车牌号备案失败,失败原因:"+respR.getMsg());
  273. return result;
  274. }
  275. }
  276. RespR rs = noCarService.noCarWaybillStart(noCarWayBill);
  277. long costtimeend = System.currentTimeMillis();
  278. log.info("[-NoCarInterServiceImpl.noCarBillStart-] result is "
  279. + rs.toString() + ", request is " + data + " ,costtime="
  280. + (costtimeend - costtimestart));
  281. if(null != rs && rs.getCode() == 0){
  282. result.setData(1);
  283. result.setCode(200);
  284. result.setMsg(rs.getData().toString());
  285. return result;
  286. } else {
  287. result.setData(3);
  288. result.setCode(200);
  289. result.setMsg(rs.getMsg());
  290. return result;
  291. }
  292. } catch (Exception e) {
  293. log.error("[-NoCarInterServiceImpl.noCarBillStart-] get httpclient exception is "
  294. + e + ", request is " + data);
  295. }
  296. return result;
  297. }
  298. /**
  299. * 无车 实时运单结束指令接口
  300. * @param appKey
  301. * @param api
  302. * @param data
  303. * @return
  304. */
  305. @Override
  306. public DataResult noCarBillEnd(String appKey, String api, String data,String requestid) {
  307. long costtimestart = System.currentTimeMillis();
  308. DataResult result = new DataResult();
  309. result.setData(3);
  310. result.setCode(200);
  311. result.setRequestid(requestid);
  312. result.setMsg("无法认证");
  313. try {
  314. log.info("[-NoCarInterServiceImpl.noCarBillEnd-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data+ " ,requestid=" +requestid);
  315. JSONObject jsonObject = JSONObject.parseObject(data);
  316. String num = jsonObject.getString("num");//运单号 必输
  317. String realDestAddr = jsonObject.getString("realDestAddr");//运单实际目的地址 必输
  318. String endTime = jsonObject.getString("endTime");//运单实际结束时间 必输
  319. if(StringUtils.isEmpty(data)|| null == jsonObject || StringUtils.isEmpty(num)
  320. || StringUtils.isEmpty(realDestAddr)
  321. || StringUtils.isEmpty(endTime)
  322. ){
  323. result.setMsg("必传参数有空值");
  324. return result;
  325. }
  326. NoCarWayBill noCarWayBill = new NoCarWayBill();
  327. noCarWayBill.setCustomerName(appKey);
  328. noCarWayBill.setBillNum(num);
  329. noCarWayBill.setDestAddr(realDestAddr);
  330. noCarWayBill.setPredictEndTime(DateUtil.getDistanceHoursFormat(endTime));
  331. noCarWayBill.setHisFlag(0);
  332. noCarWayBill.setInterType(0);//接口
  333. RespR rs = noCarService.noCarWaybillEnd(noCarWayBill);
  334. long costtimeend = System.currentTimeMillis();
  335. log.info("[-NoCarInterServiceImpl.noCarBillEnd-] result is "
  336. + rs.toString() + ", request is " + data + " ,costtime="
  337. + (costtimeend - costtimestart));
  338. if(null != rs && rs.getCode() == 0){
  339. result.setData(1);
  340. result.setCode(200);
  341. result.setMsg(rs.getData().toString());
  342. return result;
  343. } else {
  344. result.setData(3);
  345. result.setCode(200);
  346. result.setMsg(rs.getMsg());
  347. return result;
  348. }
  349. } catch (Exception e) {
  350. log.error("[-NoCarInterServiceImpl.noCarBillEnd-] get httpclient exception is "
  351. + e + ", request is " + data);
  352. }
  353. return result;
  354. }
  355. /**
  356. * 无车 历史运单开始指令接口
  357. * @param appKey
  358. * @param api
  359. * @param data
  360. * @return
  361. */
  362. @Override
  363. public DataResult noCarHisWaybillStart(String appKey, String api, String data,String requestid) {
  364. long costtimestart = System.currentTimeMillis();
  365. DataResult result = new DataResult();
  366. result.setData(3);
  367. result.setCode(200);
  368. result.setRequestid(requestid);
  369. result.setMsg("无法认证");
  370. try {
  371. log.info("[-NoCarInterServiceImpl.noCarHisWaybillStart-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data + " ,requestid=" +requestid);
  372. JSONObject jsonObject = JSONObject.parseObject(data);
  373. String num = jsonObject.getString("num");//运单编号 必选
  374. String plateNumber = jsonObject.getString("plateNumber");//车牌号 必选
  375. String plateColor = jsonObject.getString("plateColor");//车牌颜色 必选
  376. String startTime = jsonObject.getString("startTime");//运单开始时间 必选
  377. String sourceAddr = jsonObject.getString("sourceAddr");//运单开始地址 必选
  378. String destAddr = jsonObject.getString("destAddr");//运单目的地址 必选
  379. String predictEndTime = jsonObject.getString("predictEndTime");//运单预计完成时间 必选
  380. Integer fee = jsonObject.getInteger("fee");//运单费用 必选
  381. Integer titleType = jsonObject.getInteger("titleType");//发票抬头类型 必选
  382. String taxplayerCode = jsonObject.getString("taxplayerCode");//税号 必选
  383. if(StringUtils.isEmpty(data)|| null == jsonObject
  384. || StringUtils.isEmpty(num)
  385. || StringUtils.isEmpty(plateNumber)
  386. || StringUtils.isEmpty(plateColor)
  387. || StringUtils.isEmpty(startTime)
  388. || StringUtils.isEmpty(sourceAddr)
  389. || StringUtils.isEmpty(destAddr)
  390. || StringUtils.isEmpty(predictEndTime)
  391. || null == fee
  392. || null == titleType
  393. || StringUtils.isEmpty(taxplayerCode)
  394. ){
  395. result.setMsg("有空的必填运单要素,请检查");
  396. return result;
  397. }
  398. CustomerRec customerRec = new CustomerRec();
  399. customerRec.setCustomerName(appKey);
  400. customerRec.setCompanyReferencenum(taxplayerCode);
  401. customerRec = customerRecMapper.selectByCustomerNameAndCompanyReference(customerRec);
  402. if(customerRec == null){
  403. result.setMsg("客户:"+appKey+";税号"+taxplayerCode+"未在平台备案成功,请先做备案");
  404. return result;
  405. }
  406. NoCarWayBill noCarWayBill = new NoCarWayBill();
  407. noCarWayBill.setCustomerName(appKey);
  408. noCarWayBill.setCompanyName(customerRec.getCompanyName());
  409. noCarWayBill.setPlateNum(plateNumber);
  410. noCarWayBill.setBillNum(num);
  411. noCarWayBill.setPlateColor(plateColor);
  412. noCarWayBill.setStartTime(DateUtil.getDistanceHoursFormat(startTime));
  413. noCarWayBill.setSourceAddr(sourceAddr);
  414. noCarWayBill.setDestAddr(destAddr);
  415. noCarWayBill.setPredictEndTime(DateUtil.getDistanceHoursFormat(predictEndTime));
  416. noCarWayBill.setFee(fee.longValue());
  417. noCarWayBill.setTitleType(titleType);
  418. noCarWayBill.setTaxplayerCode(taxplayerCode);
  419. noCarWayBill.setHisFlag(1);
  420. noCarWayBill.setUpdateTime(DateUtil.getCurrentDateStr());
  421. noCarWayBill.setIntfaceStartTime(DateUtil.getCurrentDateStr());
  422. noCarWayBill.setInterType(0);//接口
  423. List<CustomerCarRec> customerCarRecs = new ArrayList<>();
  424. CustomerCarRec customerCarRec = new CustomerCarRec();
  425. customerCarRec.setCompanyName(noCarWayBill.getCompanyName());
  426. customerCarRec.setCarNum(noCarWayBill.getPlateNum());
  427. customerCarRec.setCarColor(noCarWayBill.getPlateColor());
  428. customerCarRec.setCustomerName(appKey);
  429. customerCarRec.setInterType(0);
  430. customerCarRec.setCompanyNum(customerRec.getCompanyNum());
  431. customerCarRec.setBusinessType("2");
  432. customerCarRec.setServiceOperation(1);//默认运营车辆
  433. noCarWayBill.setTitleType(2);
  434. //先查询上游是否已经备案
  435. RespR<VehicleQueryResponse> respRquery = noCarService.customerCarRecQueryUpper(customerCarRec);
  436. if(respRquery.getCode() == 1 || respRquery.getData() == null || respRquery.getData().getResult() == null || respRquery.getData().getResult().size()<=0){
  437. customerCarRecs.add(customerCarRec);
  438. RespR respR = noCarService.customerCarRec(customerCarRecs);
  439. if(respR.getCode() ==1){
  440. result.setMsg("车牌号备案失败,失败原因:"+respR.getMsg());
  441. noCarWayBill.setFailReason(respR.getMsg());
  442. noCarWayBill.setBillwayStatus(-2);
  443. insertOrUpdateBillStart(noCarWayBill);
  444. return result;
  445. }
  446. }
  447. RespR rs = noCarService.noCarHisWaybillStart(noCarWayBill);
  448. long costtimeend = System.currentTimeMillis();
  449. log.info("[-NoCarInterServiceImpl.noCarHisWaybillStart-] result is "
  450. + rs.toString() + ", request is " + data + " ,costtime="
  451. + (costtimeend - costtimestart));
  452. if(null != rs && rs.getCode() == 0){
  453. result.setData(1);
  454. result.setCode(200);
  455. result.setMsg(rs.getData().toString());
  456. return result;
  457. } else {
  458. result.setData(3);
  459. result.setCode(200);
  460. result.setMsg(rs.getMsg());
  461. return result;
  462. }
  463. } catch (Exception e) {
  464. log.error("[-NoCarInterServiceImpl.noCarHisWaybillStart-] get httpclient exception is "
  465. + e + ", request is " + data);
  466. }
  467. return result;
  468. }
  469. //插入或者更新运单
  470. public void insertOrUpdateBillStart(NoCarWayBill noCarWayBill){
  471. noCarWayBill.setIntfaceStartTime(DateUtil.getCurrentDateStr());
  472. noCarWayBill.setUpdateTime(DateUtil.getCurrentDateStr());
  473. NoCarWayBill curr = noCarWaybillMapper.selectByBillNum(noCarWayBill.getBillNum());
  474. if(null == curr){
  475. noCarWaybillMapper.insert(noCarWayBill);
  476. }else{
  477. if(curr.getBillwayStatus()<1)
  478. noCarWaybillMapper.updateByBillNum(noCarWayBill);
  479. }
  480. }
  481. /**
  482. * 无车 历史运单结束指令接口
  483. * @param appKey
  484. * @param api
  485. * @param data
  486. * @return
  487. */
  488. @Override
  489. public DataResult noCarHisWaybillEnd(String appKey, String api, String data,String requestid) {
  490. long costtimestart = System.currentTimeMillis();
  491. DataResult result = new DataResult();
  492. result.setData(3);
  493. result.setCode(200);
  494. result.setRequestid(requestid);
  495. result.setMsg("无法认证");
  496. try {
  497. log.info("[-NoCarInterServiceImpl.noCarHisWaybillEnd-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data+ " ,requestid=" +requestid);
  498. JSONObject jsonObject = JSONObject.parseObject(data);
  499. String num = jsonObject.getString("num");//运单号 必输
  500. String realDestAddr = jsonObject.getString("realDestAddr");//运单实际目的地址 必输
  501. String endTime = jsonObject.getString("endTime");//运单实际结束时间 必输
  502. if(StringUtils.isEmpty(data)|| null == jsonObject || StringUtils.isEmpty(num)
  503. || StringUtils.isEmpty(realDestAddr)
  504. || StringUtils.isEmpty(endTime)
  505. ){
  506. result.setMsg("有空的必填运单要素,请检查");
  507. return result;
  508. }
  509. NoCarWayBill noCarWayBill = new NoCarWayBill();
  510. noCarWayBill.setBillNum(num);
  511. noCarWayBill.setDestAddr(realDestAddr);
  512. noCarWayBill.setPredictEndTime(DateUtil.getDistanceHoursFormat(endTime));
  513. noCarWayBill.setHisFlag(1);
  514. noCarWayBill.setCustomerName(appKey);
  515. noCarWayBill.setInterType(0);//接口
  516. RespR rs = noCarService.noCarHisWaybillEnd(noCarWayBill);
  517. long costtimeend = System.currentTimeMillis();
  518. log.info("[-NoCarInterServiceImpl.noCarHisWaybillEnd-] result is "
  519. + rs.toString() + ", request is " + data + " ,costtime="
  520. + (costtimeend - costtimestart));
  521. if(null != rs && rs.getCode() == 0){
  522. result.setData(1);
  523. result.setCode(200);
  524. result.setMsg(rs.getData().toString());
  525. return result;
  526. } else {
  527. result.setData(3);
  528. result.setCode(200);
  529. result.setMsg(rs.getMsg());
  530. return result;
  531. }
  532. } catch (Exception e) {
  533. log.error("[-NoCarInterServiceImpl.noCarHisWaybillEnd-] get httpclient exception is "
  534. + e + ", request is " + data);
  535. }
  536. return result;
  537. }
  538. /**
  539. * 无车 运单号查询发票数据
  540. * @param appKey
  541. * @param api
  542. * @param data
  543. * @return
  544. */
  545. @Override
  546. public DataResult noCarVoiceQuery(String appKey, String api, String data,String requestid) {
  547. long costtimestart = System.currentTimeMillis();
  548. DataResult result = new DataResult();
  549. result.setData(3);
  550. result.setCode(200);
  551. result.setRequestid(requestid);
  552. result.setMsg("无法认证");
  553. try {
  554. log.info("[-NoCarInterServiceImpl.noCarVoiceQuery-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data+ " ,requestid=" +requestid);
  555. JSONObject jsonObject = JSONObject.parseObject(data);
  556. String num = jsonObject.getString("num");//运单号 必输
  557. if(StringUtils.isEmpty(data)|| null == jsonObject || StringUtils.isEmpty(num)
  558. ){
  559. result.setMsg("有空的必填运单要素,请检查");
  560. return result;
  561. }
  562. NoCarWayBill noCarWayBill1 =null ;
  563. try {
  564. noCarWayBill1 = noCarWaybillMapper.selectByBillNum(num);
  565. }catch (Exception e){
  566. log.info("xuyaoshanchuyundan:"+num);
  567. result.setMsg("平台运单号存在多条,请联系管理员删除无效运单");
  568. return result;
  569. }
  570. if (null == noCarWayBill1){
  571. noCarWayBill1 = new NoCarWayBill();
  572. noCarWayBill1.setBillNum(num);
  573. noCarWayBill1.setInterType(0);
  574. noCarWayBill1.setBillwayStatus(-5);
  575. }
  576. if(noCarWayBill1.getInterType() == 3 || (noCarWayBill1.getBillwayStatus()<2 && noCarWayBill1.getFailReason()!=null && noCarWayBill1.getFailReason().contains("XyWaybillHistoryEnd"))){
  577. noCarWayBill1.setBillwayStatus(-5);
  578. }
  579. noCarWayBill1.setCustomerName(appKey);
  580. noCarWayBill1.setCompanyName(noCarWayBill1.getCompanyName());
  581. RespR rs = noCarService.getInvoiceByWayBillNumReal(noCarWayBill1,true);
  582. long costtimeend = System.currentTimeMillis();
  583. log.info("[-NoCarInterServiceImpl.noCarVoiceQuery-] result is "
  584. + rs.toString() + ", request is " + data + " ,costtime="
  585. + (costtimeend - costtimestart));
  586. if(null != rs && rs.getCode() == 0){
  587. result.setData(1);
  588. result.setCode(200);
  589. result.setMsg(rs.getData().toString());
  590. return result;
  591. } else {
  592. result.setData(3);
  593. if("未查得".equals(rs.getMsg())){
  594. result.setData(2);
  595. }
  596. result.setCode(200);
  597. result.setMsg(rs.getMsg());
  598. return result;
  599. }
  600. } catch (Exception e) {
  601. log.error("[-NoCarInterServiceImpl.noCarVoiceQuery-] get httpclient exception is "
  602. + e + ", request is " + data);
  603. }
  604. return result;
  605. }
  606. /**
  607. * 无车 获取未查询过发票的运单编号
  608. * @param appKey
  609. * @param api
  610. * @param data
  611. * @return
  612. */
  613. @Override
  614. public DataResult noCarNoVoiceQuery(String appKey, String api, String data,String requestid) {
  615. long costtimestart = System.currentTimeMillis();
  616. DataResult result = new DataResult();
  617. result.setData(3);
  618. result.setCode(200);
  619. result.setRequestid(requestid);
  620. result.setMsg("无法认证");
  621. try {
  622. log.info("[-NoCarInterServiceImpl.noCarNoVoiceQuery-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data+ " ,requestid=" +requestid);
  623. String param = paramService.getParamsByParamName("FIND_NO_SEARCH_NUM_ON_OFF").getParamValue();;
  624. if(!StringUtils.equals("1",param)){
  625. result.setMsg("获取未查询过发票的运单编号接口已关闭");
  626. return result;
  627. }
  628. List<NoCarWayBill> noCarWayBills = noCarWaybillMapper.getNoCarNoVoiceQuery(appKey);
  629. List<String> list1 = new ArrayList<String>();
  630. for (NoCarWayBill noCarWayBill:noCarWayBills
  631. ) {
  632. list1.add(noCarWayBill.getBillNum());
  633. }
  634. List<BillInvoice> billInvoices = billInvoiceMapper.selectNoCarNoVoiceQuery(appKey);
  635. List<String> list2 = new ArrayList<String>();
  636. for (BillInvoice billInvoice:billInvoices
  637. ) {
  638. list2.add(billInvoice.getWaybillNum());
  639. }
  640. List<String> reduce1 = list1.stream().filter(item -> !list2.contains(item)).collect(toList());
  641. long costtimeend = System.currentTimeMillis();
  642. log.info("[-NoCarInterServiceImpl.noCarNoVoiceQuery-] result is "
  643. + reduce1.toString() + ", request is " + data + " ,costtime="
  644. + (costtimeend - costtimestart));
  645. if(null != reduce1 && reduce1.size() > 0){
  646. result.setData(1);
  647. result.setCode(200);
  648. result.setMsg(JSONArray.fromObject(reduce1).toString());
  649. return result;
  650. } else {
  651. result.setData(2);
  652. result.setCode(200);
  653. result.setMsg("未查得");
  654. return result;
  655. }
  656. } catch (Exception e) {
  657. log.error("[-NoCarInterServiceImpl.noCarNoVoiceQuery-] get httpclient exception is "
  658. + e + ", request is " + data);
  659. }
  660. return result;
  661. }
  662. /**
  663. * 无车 账户余额查询接口
  664. * @param appKey
  665. * @param api
  666. * @param data
  667. * @return
  668. */
  669. @Override
  670. public DataResult balanceQuery(String appKey, String api, String data,String requestid) {
  671. long costtimestart = System.currentTimeMillis();
  672. DataResult result = new DataResult();
  673. result.setData(3);
  674. result.setCode(200);
  675. result.setRequestid(requestid);
  676. result.setMsg("无法认证");
  677. try {
  678. log.info("[-NoCarInterServiceImpl.balanceQuery-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data+ " ,requestid=" +requestid);
  679. Customer customer = customerMapper.selectByCustomerName(appKey);
  680. long costtimeend = System.currentTimeMillis();
  681. log.info("[-NoCarInterServiceImpl.balanceQuery-] result is "
  682. + customer.toString() + ", request is " + data + " ,costtime="
  683. + (costtimeend - costtimestart));
  684. if(null != customer){
  685. result.setData(1);
  686. result.setCode(200);
  687. JSONObject jb = new JSONObject();
  688. jb.put("balance",customer.getAccountBalance());
  689. jb.put("lastDeductionTime",customer.getInvoiceTime());
  690. result.setMsg(jb.toString());
  691. return result;
  692. } else {
  693. result.setData(3);
  694. result.setCode(200);
  695. result.setMsg("无法认证");
  696. return result;
  697. }
  698. } catch (Exception e) {
  699. log.error("[-NoCarInterServiceImpl.balanceQuery-] get httpclient exception is "
  700. + e + ", request is " + data);
  701. }
  702. return result;
  703. }
  704. /**
  705. * 无车 红冲发票查询接口
  706. * @param appKey
  707. * @param api
  708. * @param data
  709. * @return
  710. */
  711. @Override
  712. public DataResult redInkInvoiceQuery(String appKey, String api, String data,String requestid) {
  713. long costtimestart = System.currentTimeMillis();
  714. DataResult result = new DataResult();
  715. result.setData(3);
  716. result.setCode(200);
  717. result.setRequestid(requestid);
  718. result.setMsg("无法认证");
  719. try {
  720. log.info("[-NoCarInterServiceImpl.redInkInvoiceQuery-] request appKey=" + appKey + " ,api=" + api + " ,data=" +data+ " ,requestid=" +requestid);
  721. JSONObject jsonObject = JSONObject.parseObject(data);
  722. String taxplayerCode = jsonObject.getString("taxplayerCode");//企业税号 必输
  723. String month = jsonObject.getString("month");//开票月份 样例:yyyy-MM 必输
  724. if(StringUtils.isEmpty(data)|| null == jsonObject){
  725. return result;
  726. }
  727. if(StringUtils.isEmpty(taxplayerCode) || StringUtils.isEmpty(month)){
  728. return result;
  729. }
  730. if (null == DateUtil.parseDate(month)){
  731. result.setMsg("日期格式不正确!");
  732. return result;
  733. }
  734. HCInvoiceQueryVo hcInvoiceQueryVo = new HCInvoiceQueryVo();
  735. hcInvoiceQueryVo.setBuyerTaxpayerCode(taxplayerCode);
  736. hcInvoiceQueryVo.setMonth(month);
  737. RespR rs = noCarService.hCInvoiceQuery(hcInvoiceQueryVo);
  738. long costtimeend = System.currentTimeMillis();
  739. log.info("[-NoCarInterServiceImpl.redInkInvoiceQuery-] result is "
  740. + rs.toString() + ", request is " + data + " ,costtime="
  741. + (costtimeend - costtimestart));
  742. if(null != rs && rs.getCode() == 0){
  743. result.setData(1);
  744. result.setCode(200);
  745. result.setMsg(JSON.toJSONString(rs.getData()));
  746. return result;
  747. } else {
  748. result.setData(3);
  749. result.setCode(200);
  750. result.setMsg("查询失败");
  751. return result;
  752. }
  753. } catch (Exception e) {
  754. log.error("[-NoCarInterServiceImpl.redInkInvoiceQuery-] get httpclient exception is "
  755. + e + ", request is " + data);
  756. }
  757. return result;
  758. }
  759. public static void main(String[] args) {
  760. List<String> list1 = new ArrayList<String>();
  761. list1.add("1");
  762. list1.add("2");
  763. list1.add("3");
  764. list1.add("5");
  765. list1.add("6");
  766. List<String> list2 = new ArrayList<String>();
  767. list2.add("2");
  768. list2.add("3");
  769. list2.add("7");
  770. list2.add("8");
  771. // 交集
  772. List<String> intersection = list1.stream().filter(item -> list2.contains(item)).collect(toList());
  773. System.out.println("---交集 intersection---");
  774. intersection.parallelStream().forEach(System.out :: println);
  775. // 差集 (list1 - list2)
  776. List<String> reduce1 = list1.stream().filter(item -> !list2.contains(item)).collect(toList());
  777. System.out.println("---差集 reduce1 (list1 - list2)---");
  778. reduce1.parallelStream().forEach(System.out :: println); // 并集
  779. List<String> listAll = list1.parallelStream().collect(toList());
  780. List<String> listAll2 = list2.parallelStream().collect(toList());
  781. listAll.addAll(listAll2);
  782. System.out.println("---并集 listAll---");
  783. listAll.parallelStream().forEachOrdered(System.out :: println);
  784. // 去重并集
  785. List<String> listAllDistinct = listAll.stream().distinct().collect(toList());
  786. System.out.println("---得到去重并集 listAllDistinct---");
  787. listAllDistinct.parallelStream().forEachOrdered(System.out :: println);
  788. System.out.println("---原来的List1---");
  789. list1.parallelStream().forEachOrdered(System.out :: println);
  790. System.out.println("---原来的List2---");
  791. list2.parallelStream().forEachOrdered(System.out :: println);
  792. }
  793. }