存在sql注入风险

3.1.1-release
lishihao4 4 years ago
parent ff73b1a56d
commit b41d8064d6

@ -188,8 +188,8 @@
executor_handler = #{executorHandler},
executor_param = #{executorParam},
executor_block_strategy = #{executorBlockStrategy},
executor_timeout = ${executorTimeout},
executor_fail_retry_count = ${executorFailRetryCount},
executor_timeout = #{executorTimeout},
executor_fail_retry_count = #{executorFailRetryCount},
glue_type = #{glueType},
glue_source = #{glueSource},
glue_remark = #{glueRemark},

Loading…
Cancel
Save