|
@@ -93,7 +93,7 @@ public class SaleServiceImpl implements SaleService{
|
|
|
EdiSuccessLog postSuccessHist = null;
|
|
EdiSuccessLog postSuccessHist = null;
|
|
|
String type = "sale";
|
|
String type = "sale";
|
|
|
for(Map<String,Object> data:datas){
|
|
for(Map<String,Object> data:datas){
|
|
|
- code = String.valueOf(data.get("trade_no"));
|
|
|
|
|
|
|
+ code = String.valueOf(data.get("order_no"));
|
|
|
|
|
|
|
|
postSuccessHist = null;
|
|
postSuccessHist = null;
|
|
|
postSuccessHist = ediSuccessLogDao.findByCodeAndType(code,type);
|
|
postSuccessHist = ediSuccessLogDao.findByCodeAndType(code,type);
|