查询客户nc编码
This commit is contained in:
+4
@@ -6,6 +6,7 @@ import com.mhd.user.domain.userAggregate.entity.UserShipperEntity;
|
||||
import com.mhd.user.domain.userAggregate.repository.todo.UserShipperDO;
|
||||
import com.mhd.user.domain.userAggregate.repository.po.UserShipperPo;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
import org.apache.ibatis.annotations.Select;
|
||||
|
||||
import java.util.Date;
|
||||
import java.util.List;
|
||||
@@ -36,4 +37,7 @@ public interface UserShipperMapper extends BaseMapper<UserShipperEntity> {
|
||||
* @return
|
||||
*/
|
||||
int updatePushStatus(UserShipperEntity userShipper);
|
||||
|
||||
@Select("select customer_nc_code from user_shipper where user_id = #{shipperId}")
|
||||
String getCustomerNcCode(@Param("shipperId") Long shipperId);
|
||||
}
|
||||
Reference in New Issue
Block a user