app/src/main/java/cn/flightfeather/thirdapp/module/inspection/MenuNewGitActivity.kt
@@ -154,11 +154,11 @@
        et_problemDes.visibility = View.GONE
        ll_change_suggestion.visibility = View.GONE
        //加载预置数据
        val gittypeList =  DbFactory.getInstance().gittypeDao.queryBuilder()
        val gittypeList = DbFactory.getInstance().gittypeDao.queryBuilder()
                .where(
                        GittypeDao.Properties.Tasktype.eq(subTask?.type) ,
                        GittypeDao.Properties.Scensetype.eq(scene?.type),
                        GittypeDao.Properties.Districtname.eq(subTask?.districtname)
                        GittypeDao.Properties.Tasktype.eq(subTask?.type ?: ""),
                        GittypeDao.Properties.Scensetype.eq(scene?.type ?: ""),
                        GittypeDao.Properties.Districtname.eq(subTask?.districtname ?: "")
                ).orderAsc(GittypeDao.Properties.Typeid).list()
        if (gittypeList.size == 0) {
            val gittype1 = Gittype()