anderx 4 anni fa
parent
commit
77d9a7da8f

+ 0 - 31
src/main/java/com/goafanti/organization/service/impl/ThirdPartyCompanyServiceImpl.java

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