Search in sources :

Example 41 with ExtraBill

use of com.itrus.portal.db.ExtraBill in project portal by ixinportal.

the class BaiWangServiceImplTest method test.

@Test
public void test() {
    ExtraBill extraBill = sqlSession.selectOne("com.itrus.portal.db.ExtraBillMapper.selectByPrimaryKey", 113);
    // baiWangServiceImpl.query(extraBill);08942 93270 87987 35436
    baiWangServiceImpl.verifyInvoice("050003523333", "21493674", "08942932708798735436");
}
Also used : ExtraBill(com.itrus.portal.db.ExtraBill) AbstractTest(com.itrus.portal.abstracttest.test.AbstractTest) Test(org.junit.Test)

Aggregations

ExtraBill (com.itrus.portal.db.ExtraBill)41 ExtraProduct (com.itrus.portal.db.ExtraProduct)25 RequestMapping (org.springframework.web.bind.annotation.RequestMapping)24 HashMap (java.util.HashMap)22 Enterprise (com.itrus.portal.db.Enterprise)21 UserInfo (com.itrus.portal.db.UserInfo)20 HttpSession (javax.servlet.http.HttpSession)12 ExtraProductSpec (com.itrus.portal.db.ExtraProductSpec)11 OpenBankInfo (com.itrus.portal.db.OpenBankInfo)11 Date (java.util.Date)11 Map (java.util.Map)11 TransactionStatus (org.springframework.transaction.TransactionStatus)11 DefaultTransactionDefinition (org.springframework.transaction.support.DefaultTransactionDefinition)11 ResponseBody (org.springframework.web.bind.annotation.ResponseBody)11 BusinessLicense (com.itrus.portal.db.BusinessLicense)10 TaxRegisterCert (com.itrus.portal.db.TaxRegisterCert)10 ExtraBillExample (com.itrus.portal.db.ExtraBillExample)9 IdentityCard (com.itrus.portal.db.IdentityCard)9 OnPayInfo (com.itrus.portal.db.OnPayInfo)9 ArrayList (java.util.ArrayList)9