diff --git a/app/src/main/java/com/qhclh/ytzh/work/productiondailyw/WriteDFragment.java b/app/src/main/java/com/qhclh/ytzh/work/productiondailyw/WriteDFragment.java index 9014fd7..f816aaf 100644 --- a/app/src/main/java/com/qhclh/ytzh/work/productiondailyw/WriteDFragment.java +++ b/app/src/main/java/com/qhclh/ytzh/work/productiondailyw/WriteDFragment.java @@ -187,10 +187,10 @@ public class WriteDFragment extends BaseFragment { showToast("请输入饮水量"); return; } - if (tizhong.equals("") || tizhong == null) { - showToast("请输入体重"); - return; - } +// if (tizhong.equals("") || tizhong == null) { +// showToast("请输入体重"); +// return; +// } if (zuidiwendu.equals("") || zuidiwendu == null) { showToast("请输入最低温度"); return;