Merge remote-tracking branch 'origin/test' into test
This commit is contained in:
commit
bb0aa1f5da
|
|
@ -58,7 +58,7 @@ public class SmsShopTemplateServiceImpl extends ServiceImpl<SmsShopTemplateMappe
|
|||
}
|
||||
|
||||
SmsShopTemplate template = BeanUtil.toBean(param, SmsShopTemplate.class);
|
||||
template.setStatus(2);
|
||||
template.setStatus(-2);
|
||||
template.setFailMsg("");
|
||||
updateById(template);
|
||||
sendApplyMsg(template.getShopId(), template.getId());
|
||||
|
|
|
|||
Loading…
Reference in New Issue