Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f480d6cb6 |
@ -9,7 +9,7 @@ plugins {
|
||||
// 避免不同尺寸機台間版本號產生衝突。
|
||||
// =========================================================================
|
||||
def verMinor = 1
|
||||
def verPatch = 67
|
||||
def verPatch = 68
|
||||
|
||||
|
||||
|
||||
|
||||
@ -281,6 +281,9 @@ public class VmcSlotListActivity extends AppCompatActivityAbstract {
|
||||
}
|
||||
|
||||
private String validateMaterialCodeConsistency() {
|
||||
if (!com.unibuy.smartdevice.AppEntry.isCmuh()) {
|
||||
return "";
|
||||
}
|
||||
for (SlotStructure slot : MyApp.getInstance().getSlotList(SlotField.VMC.getField())) {
|
||||
if (slot == null || slot.getProduct() == null) continue;
|
||||
ProductStructure product = slot.getProduct();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user