Browse Source

平台新增公共询价去掉默认赋值税率的方法

hejq 7 years ago
parent
commit
33cafef65e

+ 0 - 5
src/main/java/com/uas/platform/b2b/service/impl/PurcInquiryServiceImpl.java

@@ -524,11 +524,6 @@ public class PurcInquiryServiceImpl implements PurcInquiryService {
                         item.setFromDate(new Date());
                         item.setToDate(purcitem.getToDate());
                         item.setDate(new Date());
-                        if (item.getCurrency().equals(RMB)) {
-                            item.setTaxrate((float) 17);
-                        } else {
-                            item.setTaxrate((float) 0);
-                        }
                         item.setRemark(purcitem.getRemark());
                         item.setStatus((short) Status.NOT_REPLY.value());
                         item.setIsOpen(inquiryInfo.getIsOpen());