摘要:
public static void main(String[] args) { Map<String, String> map = new HashMap<String, String>(); System.out.println("map为空:" + map.isEmpty()); //加入元素 阅读全文
摘要:
public R startProcess(@RequestBody ShouldCredentialPayable bean) { System.out.println("应付贷项参数bean "+bean); //开启审批流程之前先验证库存 boolean judge=false; if(nul 阅读全文
摘要:
public void test() { List<User> list = new ArrayList<>(); //User 实体 测试用 String id,name; //当前测试以id来分组,具体请按开发场景修改 list.add(new User("1", "1")); list.add 阅读全文
摘要:
BigDecimal outValue = new BigDecimal(sapVerifyInventory.getQuantity()); BigDecimal inValue = new BigDecimal(shouldCredentialPayableDetail.getQuantity( 阅读全文