Pre Merge pull request !759 from Rogue杨/rogue-dev

This commit is contained in:
Rogue杨 2025-09-02 04:07:17 +00:00 committed by Gitee
commit 8bb8e29c8c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -49,7 +49,7 @@ public class FlwCommonServiceImpl implements IFlwCommonService {
*/
@Override
public void sendMessage(String flowName, Long instId, List<String> messageType, String message) {
if (CollUtil.isNotEmpty(messageType)) {
if (CollUtil.isEmpty(messageType)) {
return;
}
IFlwTaskService flwTaskService = SpringUtils.getBean(IFlwTaskService.class);