|
|
@@ -3149,7 +3149,7 @@ void CResistAlarmMng::ThreadProcMove(DWORD_PTR param)
|
|
|
{
|
|
|
int show_val = (it.second >> 32);
|
|
|
CResistAlarmMng::InsertToDBByMove(mo, mp, it.first, 0, 0,
|
|
|
- (int)it.second, show_val, i, (uint8_t)eDaoChaPosi::DCP_FIX, (uint8_t)ePowerName::PN_RESIST, fmt::format("傑균제:{}", show_val));
|
|
|
+ (int)it.second, show_val, i, (uint8_t)eDaoChaPosi::DCP_FIX, (uint8_t)ePowerName::PN_LOCK, fmt::format("傑균제:{}", show_val));
|
|
|
|
|
|
JudgeAlarm(pService, pFixSuobiOverInfo, it.first, show_val, eSuoBiPosi::SB_FIX, mo, mp, pMompInfo->zzjno);
|
|
|
}
|
|
|
@@ -3167,7 +3167,7 @@ void CResistAlarmMng::ThreadProcMove(DWORD_PTR param)
|
|
|
{
|
|
|
int show_val = (it.second >> 32);
|
|
|
CResistAlarmMng::InsertToDBByMove(mo, mp, it.first, 0, 0,
|
|
|
- (int)it.second, show_val, i, (uint8_t)eDaoChaPosi::DCP_INVERT, (uint8_t)ePowerName::PN_RESIST, fmt::format("傑균제:{}", show_val));
|
|
|
+ (int)it.second, show_val, i, (uint8_t)eDaoChaPosi::DCP_INVERT, (uint8_t)ePowerName::PN_LOCK, fmt::format("傑균제:{}", show_val));
|
|
|
|
|
|
JudgeAlarm(pService, pInvertSuobiOverInfo, it.first, show_val, eSuoBiPosi::SB_INVERT, mo, mp, pMompInfo->zzjno);
|
|
|
}
|
|
|
@@ -3189,7 +3189,7 @@ void CResistAlarmMng::ThreadProcMove(DWORD_PTR param)
|
|
|
{
|
|
|
int show_val = (it.second >> 32);
|
|
|
CResistAlarmMng::InsertToDBByMove(mo, mp, it.first, 0, 0, (int)it.second, show_val, i,
|
|
|
- (uint8_t)eDaoChaPosi::DCP_INVERT, (uint8_t)ePowerName::PN_RESIST, fmt::format("傑균제:{}", show_val));
|
|
|
+ (uint8_t)eDaoChaPosi::DCP_INVERT, (uint8_t)ePowerName::PN_LOCK, fmt::format("傑균제:{}", show_val));
|
|
|
|
|
|
JudgeAlarm(pService, pInvertSuobiOverInfo, it.first, show_val, eSuoBiPosi::SB_INVERT, mo, mp, pMompInfo->zzjno);
|
|
|
}
|
|
|
@@ -3207,7 +3207,7 @@ void CResistAlarmMng::ThreadProcMove(DWORD_PTR param)
|
|
|
{
|
|
|
int show_val = (it.second >> 32);
|
|
|
CResistAlarmMng::InsertToDBByMove(mo, mp, it.first, 0, 0, (int)it.second, show_val, i,
|
|
|
- (uint8_t)eDaoChaPosi::DCP_FIX, (uint8_t)ePowerName::PN_RESIST, fmt::format("傑균제:{}", show_val));
|
|
|
+ (uint8_t)eDaoChaPosi::DCP_FIX, (uint8_t)ePowerName::PN_LOCK, fmt::format("傑균제:{}", show_val));
|
|
|
|
|
|
JudgeAlarm(pService, pFixSuobiOverInfo, it.first, show_val, eSuoBiPosi::SB_FIX, mo, mp, pMompInfo->zzjno);
|
|
|
}
|