|
@@ -2632,10 +2632,10 @@ public class SyPackingListFabricServiceImpl extends ServiceImpl<SyPackingListFab
|
|
|
|
|
|
jsonObject.put("CDEFINE31",item.getDeclarationName());
|
|
|
String iTaxRate=syPackingListFabricItemMapper.getItaxRate(item.getOmpoIdItem());
|
|
|
- if(iTaxRate!=null){
|
|
|
- jsonObject.put("iTaxRate",iTaxRate);
|
|
|
- jsonObject1.put("iTaxRate",iTaxRate);
|
|
|
- }
|
|
|
+ jsonObject1.put("iTaxRate","13.0000000000");
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
jsonObject.put("CWHCODE",syPackingListFabricItemMapper.getVencode(item.getSupplier()));
|
|
|
jsonArrays.add(jsonObject);
|
|
|
|