|
|
|
@ -114,9 +114,9 @@ public class TicketServiceImpl extends MpBaseServiceImpl<ExtTicketDao, ExtTicket |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if ("1".equals(pageList.get(i).getIsDeduction())) { |
|
|
|
|
if ("Y".equals(pageList.get(i).getIsDeduction())) { |
|
|
|
|
pageList.get(i).setIsDeduction("不可抵扣"); |
|
|
|
|
} else if ("0".equals(pageList.get(i).getIsDeduction())) { |
|
|
|
|
} else { |
|
|
|
|
pageList.get(i).setIsDeduction("可抵扣"); |
|
|
|
|
} |
|
|
|
|
if ("93".equals(pageList.get(i).getInvoiceType())) { |
|
|
|
|