liujie
2023-10-24 475750ac0aeac9c143351410838f465c6ef67c06
cloud-server-other/src/main/resources/mapper/StoreMapper.xml
@@ -23,7 +23,7 @@
        select * from t_store where cityManagerId = #{id}
    </select>
    <select id="getStoreByStoreStaffId" resultType="com.dsh.other.entity.Store">
        select * from t_store where storeStaffId = #{id}
        select * from t_store where id = #{id}
    </select>
    <select id="getOName" resultType="java.lang.String">
        select name from t_operator where id =#{operatorId}