瀏覽代碼

我的订单sql少打了一个,,造成了系统异常

udream-cxs 4 年之前
父節點
當前提交
c3562dddcc

+ 1 - 1
lift-ud-service/src/main/java/cn/com/ty/lift/ud/chat/mapper/LiftCaseMapper.xml

@@ -344,7 +344,7 @@
 <!--   </select> -->
   
   <select id="selectByQuery" resultType="cn.com.ty.lift.ud.chat.mapper.entity.LiftCaseEntity">
-    SELECT customer.`name` as customerName ,t.*,brand.`name` as brandName
+    SELECT customer.`name` as customerName ,t.*,brand.`name` as brandName,
     que.examine_flag examineFlag,que.not_examine_reason notExamineReason
     from lift_case as t
     LEFT JOIN user_info AS ui ON t.create_user_id = ui.user_id

+ 0 - 2
lift-ud-service/src/main/java/cn/com/ty/lift/ud/neety/server/ChatServer.java

@@ -39,9 +39,7 @@ public class ChatServer {
      *
      * @throws InterruptedException
      */
-    @PostConstruct
     public void start(Integer port, Integer readerIdleTime) throws InterruptedException {
-
         try {
             if (useEpoll()) {
                 bossGroup = new EpollEventLoopGroup();