jyy
2021-01-25 2620b87fd24feaa0b60cd8b529cd44c3a7557c30
zq-erp/src/main/resources/mybatis/mapper/hive/SysBeauticianStateDao.xml
@@ -329,6 +329,7 @@
        and a.STAFF_ID = #{suId} ]]>
        and  a.STATE !='预约取消'
        and  a.STATE !='待确认'
        and  a.STATE !='待预约'
        order by a.BEGIN_TIME asc
    </select>
@@ -457,7 +458,7 @@
            </if>
            <if test="cateId != null and cateId != ''  ">
                and  c.PROJ_TYPE_ID=#{cateId}
                and  c.cate_id=#{cateId}
            </if>