|
|
|
@@ -1439,4 +1439,9 @@ public class WxFlowServiceImpl implements WxFlowService { |
|
|
|
public List<WxFlowModel> getModelBybusiness(WxFlowModel wxFlowModel) { |
|
|
|
return wxFlowModelMapper.getModelBybusiness(wxFlowModel); |
|
|
|
} |
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
|
new Thread(() -> System.out.println(1 + "hello world")).start(); |
|
|
|
|
|
|
|
} |
|
|
|
} |