出库流程操作库存;出库单导入调整;
This commit is contained in:
@@ -168,6 +168,10 @@
|
||||
and a.user_id = #{value}
|
||||
</select>
|
||||
|
||||
<select id="selectByUserName" parameterType="java.lang.String" resultType="com.mhd.common.core.domain.po.UserPo">
|
||||
<include refid="selectUserVo"/>
|
||||
and a.user_name = #{value}</select>
|
||||
|
||||
|
||||
<!-- 根据用户手机号查询自己以外的用户 -->
|
||||
<select id="findByTopOrganizationIdAndUserPhone"
|
||||
|
||||
Reference in New Issue
Block a user