Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: makecoder/SharpSCADA
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: de2e4ed
Choose a base ref
...
head repository: GavinYellow/SharpSCADA
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ca7ac3a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 15, 2019

  1. Update DAService.cs

    void OnValueChanged(object sender, ValueChangedEventArgs e)函数中建立了两个@starttime 参数,第二个为重复信息。我与mysql数据库中存储过程AddEventLog进行了对比,发现其实际还需要@comment的参数。此段代码与非.netcore的代码进行了对比,确实需要修改第二个重复的参数。
    yangjingzhao123 authored Apr 15, 2019
    Configuration menu
    Copy the full SHA
    7f21e40 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. Merge pull request GavinYellow#24 from yangjingzhao123/master

    .netcore 版本中  Update DAService.cs 文件中OnValueChanged 函数中@starttime重复的修正
    kevin100702 authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    ca7ac3a View commit details
    Browse the repository at this point in the history
Loading