|
|
|
@@ -80,6 +80,9 @@ public class Test { |
|
|
|
@Autowired |
|
|
|
private WxBillSettleRecordService wxBillSettleRecordService; |
|
|
|
|
|
|
|
@Autowired |
|
|
|
private WxBillPropertyService wxBillPropertyService; |
|
|
|
|
|
|
|
@Before |
|
|
|
public void setUp() { |
|
|
|
mockHttpServletRequest = new MockHttpServletRequest(webApplicationContext.getServletContext()); |
|
|
|
@@ -150,4 +153,10 @@ public class Test { |
|
|
|
wxBillAll.setMerchantId(324754110547066880l); |
|
|
|
System.out.println("--------"+JsonUtil.obj2Json(wxBillAllService.listBill(wxBillAll))); |
|
|
|
} |
|
|
|
|
|
|
|
@org.junit.Test |
|
|
|
public void testPro(){ |
|
|
|
System.out.println("--------"+JsonUtil.obj2Json(wxBillPropertyService.detail(329481088662077445l))); |
|
|
|
|
|
|
|
} |
|
|
|
} |