|
@@ -945,10 +945,6 @@ public class ThirdPartyCompanyServiceImpl extends BaseMybatisDao<ThirdPartyComp
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
@Override
|
|
@Override
|
|
|
public Result exportPaymentList(HttpServletResponse response, InputPaymentList ip, Integer type) {
|
|
public Result exportPaymentList(HttpServletResponse response, InputPaymentList ip, Integer type) {
|
|
|
if (type==null) type=0;
|
|
if (type==null) type=0;
|
|
@@ -995,10 +991,6 @@ public class ThirdPartyCompanyServiceImpl extends BaseMybatisDao<ThirdPartyComp
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
@Override
|
|
@Override
|
|
|
public boolean checkOfficialFeePrice(OfficialFeePrice o) {
|
|
public boolean checkOfficialFeePrice(OfficialFeePrice o) {
|
|
|
OfficialFeePrice x=officialFeePriceMapper.countOfficialFeePrice(o);
|
|
OfficialFeePrice x=officialFeePriceMapper.countOfficialFeePrice(o);
|
|
@@ -1010,10 +1002,6 @@ public class ThirdPartyCompanyServiceImpl extends BaseMybatisDao<ThirdPartyComp
|
|
|
return false;
|
|
return false;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
@Override
|
|
@Override
|
|
|
public int pushPaymentExamine(PaymentLog in,String pids) {
|
|
public int pushPaymentExamine(PaymentLog in,String pids) {
|
|
|
Admin a=adminMapper.selectAllByid(TokenManager.getAdminId());
|
|
Admin a=adminMapper.selectAllByid(TokenManager.getAdminId());
|
|
@@ -1042,10 +1030,6 @@ public class ThirdPartyCompanyServiceImpl extends BaseMybatisDao<ThirdPartyComp
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
@Override
|
|
@Override
|
|
|
public boolean checkQuantity(TOrderPayment p) {
|
|
public boolean checkQuantity(TOrderPayment p) {
|
|
|
TOrderPayment tp=tOrderPaymentMapper.selectByPrimaryKey(p.getId());
|
|
TOrderPayment tp=tOrderPaymentMapper.selectByPrimaryKey(p.getId());
|
|
@@ -1065,10 +1049,6 @@ public class ThirdPartyCompanyServiceImpl extends BaseMybatisDao<ThirdPartyComp
|
|
|
return false;
|
|
return false;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
@Override
|
|
@Override
|
|
|
public Map<String, Object> checkThirdParty(Integer id) {
|
|
public Map<String, Object> checkThirdParty(Integer id) {
|
|
|
int x =tOrderPaymentMapper.selectByCid(id);
|
|
int x =tOrderPaymentMapper.selectByCid(id);
|
|
@@ -1095,10 +1075,6 @@ public class ThirdPartyCompanyServiceImpl extends BaseMybatisDao<ThirdPartyComp
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
@Override
|
|
@Override
|
|
|
public Object updateCheck(Integer id,Integer type) {
|
|
public Object updateCheck(Integer id,Integer type) {
|
|
|
Map<String, Object> map=new HashedMap<String, Object>();
|
|
Map<String, Object> map=new HashedMap<String, Object>();
|
|
@@ -1150,9 +1126,6 @@ public class ThirdPartyCompanyServiceImpl extends BaseMybatisDao<ThirdPartyComp
|
|
|
return map;
|
|
return map;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* 根据项目编号重新计算订单成本与已付
|
|
* 根据项目编号重新计算订单成本与已付
|
|
|
* @param id
|
|
* @param id
|
|
@@ -1168,10 +1141,6 @@ public class ThirdPartyCompanyServiceImpl extends BaseMybatisDao<ThirdPartyComp
|
|
|
tOrderMidMapper.updateCostAmount(id, cost,party);
|
|
tOrderMidMapper.updateCostAmount(id, cost,party);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
@Override
|
|
@Override
|
|
|
public Object checkNode(Integer id) {
|
|
public Object checkNode(Integer id) {
|
|
|
Integer i=0;
|
|
Integer i=0;
|