|
|
|
@ -414,12 +414,14 @@ public class SDNYMainProcessController extends AbstractController { |
|
|
|
|
object.setZFILED2(""); |
|
|
|
|
object.setZFILED3(""); |
|
|
|
|
object.setZFILED4(""); |
|
|
|
|
List<GsClient> gsClients = gsClientMapper.selectByGsdm(orgCode); |
|
|
|
|
if(gsClients != null && gsClients.size() > 0) { |
|
|
|
|
object.setZFILED5(gsClients.get(0).getClient()); |
|
|
|
|
}else{ |
|
|
|
|
object.setZFILED5(environment); |
|
|
|
|
} |
|
|
|
|
// List<GsClient> gsClients = gsClientMapper.selectByGsdm(orgCode);
|
|
|
|
|
// if(gsClients != null && gsClients.size() > 0) {
|
|
|
|
|
// object.setZFILED5(gsClients.get(0).getClient());
|
|
|
|
|
// }else{
|
|
|
|
|
// object.setZFILED5(environment);
|
|
|
|
|
// }
|
|
|
|
|
|
|
|
|
|
object.setZFILED5(environment); |
|
|
|
|
List<SAPInvoiceInfo> sapInvoiceInfos = new ArrayList<>(); |
|
|
|
|
if (invoiceInfoList != null && invoiceInfoList.size() > 0) { |
|
|
|
|
for (SNInvoice invoice : invoiceInfoList) { |
|
|
|
|