2019年5月29日

或的使用

摘要: //获取的冻结状态 只能是 0,1,2中的一个 if (StringUtils.notBlank(frozenStatus) ){ if( !("0".equals(frozenStatus) || "1".equals(frozenStatus) || "2".equals(frozenStatus))){ ... 阅读全文

posted @ 2019-05-29 17:32 小白菜好吃 阅读(198) 评论(0) 推荐(0)

mysql inner join与 left jion 连用

摘要: SELECT a.uuid, a.pay_id, b.core_enterprise_name, a.financial_institutions_id, c.financial_institutions_name, d.sign_body_name, a.periods, e.suppliers_name, a.suppl... 阅读全文

posted @ 2019-05-29 16:26 小白菜好吃 阅读(1428) 评论(0) 推荐(0)

java format 替换的使用

摘要: string sayingTemplateStr =您好,金融部业务判断供应商需要重新提供账户信息原因如下:${reason}string colName = "reason "record.getStr(colName) = "金毛5元5只"sayingTemplateStr = sayingTemplateStr.replace(String.format("${%s}", colNa... 阅读全文

posted @ 2019-05-29 16:10 小白菜好吃 阅读(612) 评论(0) 推荐(0)

导航