|
@ -129,7 +129,7 @@ public class DoctorHealthGuidanceController extends WeixinBaseController {
|
|
@RequestParam(required = false) String images,
|
|
@RequestParam(required = false) String images,
|
|
@RequestParam(required = false) String voice) {
|
|
@RequestParam(required = false) String voice) {
|
|
|
|
|
|
if(modelCode==null) {
|
|
|
|
|
|
if(StringUtils.isBlank(modelCode)) {
|
|
// 不使用模板指导,旧版手工指导
|
|
// 不使用模板指导,旧版手工指导
|
|
try {
|
|
try {
|
|
PatientHealthGuidance guidance = new PatientHealthGuidance();
|
|
PatientHealthGuidance guidance = new PatientHealthGuidance();
|