|
@ -217,7 +217,7 @@ public class BusinessOrderService {
|
|
WxWechatDO wxWechatDO = wechatDao.findById(wechatId);
|
|
WxWechatDO wxWechatDO = wechatDao.findById(wechatId);
|
|
BusinessOrderDO businessOrderDO = businessOrderDao.selectByRelationCode(relationCode);
|
|
BusinessOrderDO businessOrderDO = businessOrderDao.selectByRelationCode(relationCode);
|
|
String body = businessOrderDO.getDescription();
|
|
String body = businessOrderDO.getDescription();
|
|
String totalFee = businessOrderDO.getPayPrice()+"";
|
|
|
|
|
|
String totalFee = businessOrderDO.getPayPrice().intValue()+"";
|
|
String patient = businessOrderDO.getPatient();
|
|
String patient = businessOrderDO.getPatient();
|
|
String openid = "";
|
|
String openid = "";
|
|
if (StringUtils.isNoneBlank(patient)){
|
|
if (StringUtils.isNoneBlank(patient)){
|