개정판 d694c9e8
issue #1048 : 화면/메뉴/툴바 개발
Change-Id: I8115115547537d9488ddac674624ca174aebc2d5
HYTOS/HYTOS/HMBTable.py | ||
---|---|---|
540 | 540 |
def updateByUID(self, components_uid, values): |
541 | 541 |
try: |
542 | 542 |
for hmb in self._hmbs: |
543 |
if hmb.components_uid == components_uid:
|
|
543 |
if str(hmb.components_uid) == str(components_uid):
|
|
544 | 544 |
if 'Phase_Type' in values: |
545 | 545 |
hmb.phase_type = values['Phase_Type'] |
546 | 546 |
if 'Flowrate_Mass' in values: |
내보내기 Unified diff