|
@@ -147,6 +147,7 @@ public class QrCodeController {
|
|
|
ModelAndView modelAndView = new ModelAndView("qrcode_error");
|
|
ModelAndView modelAndView = new ModelAndView("qrcode_error");
|
|
|
return modelAndView;
|
|
return modelAndView;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
if(UserConstants.CONFIG_TYPE_2.equals(configType) || UserConstants.CONFIG_TYPE_1.equals(configType)){
|
|
if(UserConstants.CONFIG_TYPE_2.equals(configType) || UserConstants.CONFIG_TYPE_1.equals(configType)){
|
|
|
InsOrders insOrders = insOrdersService.getById(insOrderQrCode.getOrderno());
|
|
InsOrders insOrders = insOrdersService.getById(insOrderQrCode.getOrderno());
|
|
|
// 获取图标
|
|
// 获取图标
|