jyy
2021-01-27 af6a6f03d3da1303b6fec2cff5dbd0fd10e8ad5c
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>