|
@@ -3,12 +3,14 @@ import cn.afterturn.easypoi.excel.ExcelImportUtil;
|
|
|
import cn.afterturn.easypoi.excel.entity.ImportParams;
|
|
|
import cn.com.taiji.sdk.model.comm.protocol.tts.invoice.server.B2BInvoiceListModel;
|
|
|
import cn.com.taiji.sdk.model.comm.protocol.tts.trade.service.CardTradeModel;
|
|
|
+import com.alibaba.fastjson.JSON;
|
|
|
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
|
|
import com.jkcredit.invoice.annotation.LoginRequired;
|
|
|
import com.jkcredit.invoice.model.entity.Calculate.SelfCarCalculateInfor;
|
|
|
import com.jkcredit.invoice.model.entity.customer.CustomerCarRec;
|
|
|
import com.jkcredit.invoice.model.entity.invoice.BillInvoice;
|
|
|
import com.jkcredit.invoice.model.entity.invoice.SelfCarInvoice;
|
|
|
+import com.jkcredit.invoice.model.entity.waybill.NoCarWayBill;
|
|
|
import com.jkcredit.invoice.model.entity.waybill.SelfCarTrade;
|
|
|
import com.jkcredit.invoice.service.CalculateInfor.SelfCarCalculateInfoService;
|
|
|
import com.jkcredit.invoice.service.lowerService.SelfCarServiceL;
|
|
@@ -26,9 +28,7 @@ import org.springframework.web.multipart.MultipartFile;
|
|
|
|
|
|
import java.text.DateFormat;
|
|
|
import java.text.SimpleDateFormat;
|
|
|
-import java.util.ArrayList;
|
|
|
-import java.util.Date;
|
|
|
-import java.util.List;
|
|
|
+import java.util.*;
|
|
|
|
|
|
@Api(tags = "自有车操作")
|
|
|
@RestController
|
|
@@ -81,6 +81,24 @@ public class SelfCarController {
|
|
|
return new RespR(false,e.getMessage());
|
|
|
}
|
|
|
}
|
|
|
+ /**
|
|
|
+ * 分页查询自有车交易信息
|
|
|
+ *
|
|
|
+ * @param selfCarTrades 参数集
|
|
|
+ * @return 交易信息
|
|
|
+ */
|
|
|
+ @PostMapping("/updateTrades")
|
|
|
+ @ApiOperation(value="更新交易id状态", notes="更新交易id状态")
|
|
|
+ @LoginRequired
|
|
|
+ public void updateTrades( String selfCarTradesStr) {
|
|
|
+ try {
|
|
|
+ List<SelfCarTrade> selfCarTrades = JSON.parseArray(selfCarTradesStr,SelfCarTrade.class);
|
|
|
+ selfCarTradeService.updateTrades(selfCarTrades);
|
|
|
+ }catch (Exception e){
|
|
|
+ e.printStackTrace();
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
public void setTimeDue(SelfCarTrade selfCarTrade){
|
|
|
if(!StringUtils.isEmpty(selfCarTrade.getAclTimeBegin()) && !"null".equals(selfCarTrade.getAclTimeBegin())){
|
|
|
String [] res = selfCarTrade.getAclTimeBegin().split(",");
|
|
@@ -132,7 +150,11 @@ public class SelfCarController {
|
|
|
@LoginRequired
|
|
|
public RespR findSelfcarCalculateInfo(Page page, SelfCarCalculateInfor carCalculateInfor) {
|
|
|
try {
|
|
|
-
|
|
|
+ if(!StringUtils.isEmpty(carCalculateInfor.getCalTime()) && !"null".equals(carCalculateInfor.getCalTime())){
|
|
|
+ String [] res =carCalculateInfor.getCalTime().split(",");
|
|
|
+ carCalculateInfor.setCalTimeStart(res[0]);
|
|
|
+ carCalculateInfor.setCalTimeEnd(res[1]);
|
|
|
+ }
|
|
|
RespR respR = new RespR(selfCarCalculateInfoService.findByPageAndCalculateInfor(page, carCalculateInfor));
|
|
|
return respR;
|
|
|
}catch (Exception e){
|
|
@@ -202,13 +224,38 @@ public class SelfCarController {
|
|
|
@ApiOperation(value="根据车牌号进行开票操作", notes="根据车牌号进行开票操作")
|
|
|
@LoginRequired
|
|
|
public RespR applTradeList(@RequestBody TradeRequestCarNumVo tradeRequestCarNumVo){
|
|
|
+ String [] cardAndTrades = tradeRequestCarNumVo.getCarIdStr().split(",");
|
|
|
+ Map<String,InvoiceApplVo> map = new HashMap<>();
|
|
|
+ for(int i = 0;i<cardAndTrades.length;i++){
|
|
|
+ if(!StringUtils.isEmpty(cardAndTrades[i])){
|
|
|
+ String [] cardAndTrade = cardAndTrades[i].split("#");
|
|
|
+ InvoiceApplVo invoiceApplVo = map.get(cardAndTrade[0]);
|
|
|
+ if(invoiceApplVo == null){
|
|
|
+ invoiceApplVo.setCompanyName(tradeRequestCarNumVo.getCompanyName());
|
|
|
+ invoiceApplVo.setCustomerName(tradeRequestCarNumVo.getCustomerName());
|
|
|
+ invoiceApplVo.setCardId(cardAndTrade[0]);
|
|
|
+ invoiceApplVo.setTradeIds(new ArrayList<String>());
|
|
|
+ invoiceApplVo.getTradeIds().add(cardAndTrade[1]);
|
|
|
+ map.put(cardAndTrade[0],invoiceApplVo);
|
|
|
+ }else{
|
|
|
+ invoiceApplVo.getTradeIds().add(cardAndTrade[1]);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
//通过车牌号查询所有的Etc卡号
|
|
|
- List<CustomerCarRec> customerCarRecs = selfCarService.getEtcsByCarNum(tradeRequestCarNumVo.getCarNum());
|
|
|
+ /*List<CustomerCarRec> customerCarRecs = selfCarService.getEtcsByCarNum(tradeRequestCarNumVo.getCarNum());
|
|
|
if(customerCarRecs == null || customerCarRecs.size()<=0){
|
|
|
return new RespR(false,"请输入有绑定ETC卡号的车牌");
|
|
|
- }
|
|
|
+ }*/
|
|
|
StringBuffer stringBuffer = new StringBuffer();
|
|
|
- customerCarRecs.forEach(customerCarRec -> {
|
|
|
+ for(Map.Entry<String,InvoiceApplVo> elm:map.entrySet()){
|
|
|
+ InvoiceApplVo invoiceApplVo = elm.getValue();
|
|
|
+ RespR respR = selfCarServicel.applInvoice(invoiceApplVo);
|
|
|
+ if(respR.getCode() == 1){
|
|
|
+ stringBuffer.append(invoiceApplVo.getCardId()+"开票申请失败原因:"+respR.getMsg()+"#");
|
|
|
+ }
|
|
|
+ }
|
|
|
+/* customerCarRecs.forEach(customerCarRec -> {
|
|
|
TradeRequestVo tradeRequestVo = new TradeRequestVo();
|
|
|
tradeRequestVo.setCompanyName(tradeRequestCarNumVo.getCompanyName());
|
|
|
tradeRequestVo.setCustomerName(tradeRequestCarNumVo.getCustomerName());
|
|
@@ -238,7 +285,7 @@ public class SelfCarController {
|
|
|
}else {
|
|
|
stringBuffer.append(customerCarRec.getEtcNum()+"开票申请失败原因:"+respRbefore.getMsg()+"#");
|
|
|
}
|
|
|
- });
|
|
|
+ });*/
|
|
|
if(StringUtils.isEmpty(stringBuffer.toString())){
|
|
|
return new RespR(true);
|
|
|
}else{
|