dingxin il y a 6 ans
Parent
révision
02e842806e

+ 1
- 0
CODE/smart-community/app-api/src/main/resources/mapper/TpMessageMapper.xml Voir le fichier

365
     message_type=#{messageType}
365
     message_type=#{messageType}
366
     and ticket_id=#{ticketId}
366
     and ticket_id=#{ticketId}
367
     and model_type=#{modelType}
367
     and model_type=#{modelType}
368
+    and source=#{source}
368
   </select>
369
   </select>
369
   <update id="updateTickMessage" parameterType="com.community.huiju.model.TpMessage" >
370
   <update id="updateTickMessage" parameterType="com.community.huiju.model.TpMessage" >
370
     update tp_message
371
     update tp_message