修复消息问题

This commit is contained in:
huangdeliang
2021-06-30 18:25:44 +08:00
parent a04d408345
commit 843a792283
7 changed files with 69 additions and 42 deletions

View File

@ -154,6 +154,10 @@ public class SysCustomerServiceImpl implements ISysCustomerService {
@Override
public Map<String, Object> getPhysicalSignsById(Long id) {
Map<String, Object> result = new HashMap<>();
SysCustomer customer = sysCustomerMapper.selectSysCustomerById(id);
result.put("customerInfo", customer);
String key = "customerHealthy";
result.put("type", 0);
//查询健康评估信息