|
|
|
@ -1972,7 +1972,7 @@ public class OrderInfoServiceImpl implements OrderInfoService { |
|
|
|
|
String spjc = taxClassCodeEntity.getSpjc(); |
|
|
|
|
String xmmc = itemInfo.getXmmc().replace("*" + spjc + "*", ""); |
|
|
|
|
comm.setXmmc(xmmc); |
|
|
|
|
comm.setZxbm(StringUtils.isNotBlank(itemInfo.getZxbm())?itemInfo.getZxbm():comm.getId()); |
|
|
|
|
comm.setZxbm(StringUtils.isNotBlank(itemInfo.getZxbm())?itemInfo.getZxbm():baseService.getGenerateShotKey()); |
|
|
|
|
comm.setSpsm(taxClassCodeEntity.getSm()); |
|
|
|
|
comm.setSpjm(""); |
|
|
|
|
String sl = itemInfo.getSl().replace("%", ""); |
|
|
|
|